Commit Graph

396 Commits

Author SHA1 Message Date
shivam
a2564b2dca Bug fix: parse_size values 2020-12-28 11:24:36 +05:30
Matthew Stidham
0b4e31fa52 properly use parse_time to render test duration 2020-12-22 10:13:39 -08:00
Matthew Stidham
03f2c10578 parse_time function in realm.monitor 2020-12-22 09:43:30 -08:00
Matthew Stidham
de4035235f minor tweaks 2020-12-22 09:25:56 -08:00
Matthew Stidham
6ffee44895 Improvements recommended by Jed on Realm 2020-12-22 09:13:07 -08:00
Matthew Stidham
638be3606d supports any number of stations 2020-12-21 19:50:00 -08:00
Matthew Stidham
70da0d4a62 faster monitor function 2020-12-21 18:12:13 -08:00
Matthew Stidham
14bc7dc771 Realm monitor 2020-12-21 16:12:24 -08:00
Matthew Stidham
669cb65777 Realm Monitor 2020-12-21 16:10:11 -08:00
Logan Lipke
5477368369 Added check for port_list in wait_until_ports_disappear to ensure list is being used 2020-12-18 17:00:42 -08:00
Dipti
033ed53e90 consistency in output 2020-12-18 15:10:41 -08:00
Jed Reynolds
2a8b0e1433 realm.py: adds appropriate parameters to init and uses super init with capture_signals and proxy 2020-12-18 12:38:10 -08:00
Jed Reynolds
c1bd64adb9 uses non-deprecated method 2020-12-18 12:36:41 -08:00
Jed Reynolds
062cf04d9b lfcli_base.py: adds proxy construction logic 2020-12-18 12:36:26 -08:00
Logan Lipke
d96df71c2a Fixed unnecessary dabug=True in FIOEndpProfile 2020-12-17 16:48:50 -08:00
Logan Lipke
4edf9cb73c FIOEndpProfile create can now take a connections_per_port arg 2020-12-17 15:33:35 -08:00
Jed Reynolds
6594a6ad34 lfcli_base.py: adds constant text for help on mode settings 2020-12-16 23:47:32 -08:00
Jed Reynolds
535f15e6c3 lfcli_base.py adds back --security option 2020-12-16 23:09:11 -08:00
Jed Reynolds
5c7fccf12f lfcli_base.py: changes some False defaults to None 2020-12-16 14:59:45 -08:00
Jed Reynolds
6d6a3e5898 realm: StationProfile: fixes mode null on station create 2020-12-16 14:59:12 -08:00
Jed Reynolds
67e7d2e034 lfcli_base.py: fixes self refrences to captured_signal methods 2020-12-16 14:44:58 -08:00
Jed Reynolds
e900a93d4b realm: L3CXProfile monitor loop WIP 2020-12-16 14:44:58 -08:00
Dipti
b599085286 realm: added debug, var_time: added mode and BSSID connection to stations 2020-12-16 09:43:24 -08:00
Dipti
25367afc93 more debug in realm, test generic for iperf 2020-12-15 23:06:08 -08:00
Dipti
6f9f8e86ae debug output - small change 2020-12-15 13:10:38 -08:00
shivamcandela
1ab36e6a26 added function in L3CX to get cx report 2020-12-15 17:36:35 +05:30
Logan Lipke
ecc8ecd8d6 Added check in test_group_profile 2020-12-14 17:00:25 -08:00
Dipti
96d6ffda06 arg switches pt 1 2020-12-14 13:12:00 -08:00
Dipti
285c91d7d4 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-12-11 16:24:35 -08:00
Dipti
6b4fbbbfd1 argparse groups added 2020-12-11 16:24:28 -08:00
Logan Lipke
a734f5487b Added list_cxs function to TestGroupProfile 2020-12-11 15:45:46 -08:00
Dipti
fcc4b20c1f print out for script success clear 2020-12-11 00:16:02 -08:00
Dipti
639180473e - much less output if not debug - changes according to lfcli 2020-12-10 23:38:35 -08:00
Jed Reynolds
322177719f realm.py: various:
- passes along debug flag in more places
- commented out debugging
- changes more messages to debug statements
- adds polite sleep in admin_up()
- complains on missing radio in create()
- fixes condition where duplicate station names would have been attempted to be created twice, now skips
2020-12-10 20:26:34 -08:00
Jed Reynolds
b448ec79b4 LFUtils.py: slightly different sleep arrangement, more comments, less output 2020-12-10 20:26:34 -08:00
Jed Reynolds
8538698072 GUI: LFRequest: WIP: adding places for proxy assignments 2020-12-10 20:26:34 -08:00
Logan Lipke
2df6de0731 Fixed some bugs with TestGroupProfile 2020-12-10 17:38:10 -08:00
Dipti
642a1f28a7 added self.debug if statements for less output, 1k just about finished - just thorough testing left 2020-12-10 16:09:21 -08:00
Dipti
e74e46a11b lfcli base exit_success exit_fail get_passed_result_list 2020-12-10 01:08:40 -08:00
Logan Lipke
de2cbedd94 Changed and added things in TestGroupProfile 2020-12-09 17:56:59 -08:00
Dipti
c8b3204aac edits 2020-12-08 15:50:28 -08:00
Dipti
fce6fa47c4 added pass/fail method in lfcli and edited example_x functions 2020-12-08 15:15:24 -08:00
Dipti
75f1355d53 small fixes in curr_num_ip 2020-12-07 14:41:47 -08:00
Dipti
5d6047b7ba additions to station_profile_create - now compatible with all resources and shelves 2020-12-07 12:32:00 -08:00
Dipti
744ac3b4ff added check sta with ips function 2020-12-04 22:28:06 -08:00
Jed Reynolds
ec8b568c96 realm: station_map() now returns EID 2020-12-03 23:08:33 -08:00
Jed Reynolds
b43cb65ea0 LFRequest: fixes broken url encoding by doing str replace only on # and ' ' 2020-12-03 22:04:56 -08:00
Jed Reynolds
69985d88bf LFRequest.py: fixes busted test for space in URL 2020-12-03 21:43:09 -08:00
Jed Reynolds
7c097935ce LFRequest: tests for # and space in and does URL encoding 2020-12-03 18:11:49 -08:00
Jed Reynolds
6f0907cc86 Realm: MACVLAN Profile: do not default to creating macvlans admin down. Appears to make them more difficult to assign IPs to 2020-12-03 14:53:21 -08:00