Commit Graph

412 Commits

Author SHA1 Message Date
Jed Reynolds
99bb902d09 removes import of generic_cx 2021-01-21 16:41:37 -08:00
anjali
9f6dffdd55 Modify Wlan Capacity Claculator Script 2021-01-21 14:20:11 +05:30
anjali
7613b2bb1a renamed wlan_test.py to wlan_theoretical_sta.py 2021-01-21 14:08:57 +05:30
Jed Reynolds
b0ed317086 moving old things to the geriatric ward 2021-01-20 23:56:25 -08:00
Jed Reynolds
1ccbe6ffb2 marked as out of date 2021-01-20 23:55:27 -08:00
Jed Reynolds
926e746cd8 wct-example.py is out-dated 2021-01-20 23:25:37 -08:00
Jed Reynolds
ca9938acac ws-sta-monitor.py: adds --port switch, fixes --host switch logic, improved indentation 2021-01-20 16:08:52 -08:00
shivam
a73f911f5a Adding Cleanup Delay in Station Profile 2021-01-17 02:28:50 +05:30
Matthew Stidham
61a74b3585 monitor inheriting from lfcli base 2021-01-15 12:42:10 -08:00
Jed Reynolds
5de806509e create_wanlink.py: make ports a variable 2021-01-13 19:28:47 -08:00
Matthew Stidham
2b57497ee2 correct timestamps with realm 2021-01-12 16:40:18 -08:00
Matthew Stidham
1fb560cca6 fix timestamp errors 2021-01-12 14:15:36 -08:00
Matthew Stidham
9c94287fb5 fix 2020-12-30 17:00:52 -08:00
Logan Lipke
cf64291ca0 Added missing '%' in formatted output, removed semicolon 2020-12-29 15:54:48 -08:00
Matthew Stidham
ee742907f5 many outputs from Pandas dataframe and basic test data on output 2020-12-29 14:35:23 -08:00
Matthew Stidham
9661d5f969 create CSV from realm monitor 2020-12-28 14:21:38 -08:00
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