Commit Graph

60 Commits

Author SHA1 Message Date
Matthew Stidham
9661d5f969 create CSV from realm monitor 2020-12-28 14:21:38 -08:00
Matthew Stidham
875942bd75 monitor correction 2020-12-28 13:11:18 -08:00
Matthew Stidham
0b4e31fa52 properly use parse_time to render test duration 2020-12-22 10:13:39 -08:00
Matthew Stidham
ea7484d974 parse_time function in monitor 2020-12-22 09:42:51 -08:00
Matthew Stidham
da879f1f4b layer3connections variable and test duration 2020-12-22 09:37:17 -08:00
Matthew Stidham
de4035235f minor tweaks 2020-12-22 09:25:56 -08:00
Jed Reynolds
e034cabaf0 test_ipv4_variable_time.py: adds required/optional argument parsing, whitespace 2020-12-21 20:55:28 -08:00
Matthew Stidham
8cddb68568 works with any number of stations, exports an excel compatible filename 2020-12-21 20:15:53 -08:00
Matthew Stidham
8d345c2f93 variable time 2020-12-21 19:57:42 -08:00
Matthew Stidham
70da0d4a62 faster monitor function 2020-12-21 18:12:13 -08:00
Matthew Stidham
669cb65777 Realm Monitor 2020-12-21 16:10:11 -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
8a3282bdf7 additions - works fully now to run low ping traffic 2020-12-15 14:19:26 -08:00
Dipti
d4c712cb31 argument changes 2020-12-11 15:18:38 -08:00
Logan Lipke
0fceed5bd6 Changed host and port parameters to correctly use --mgr and --mgr_port 2020-12-11 15:06:33 -08:00
Dipti
f92675b2a2 script updates according to realm and lfcli 2020-12-10 23:13:35 -08:00
Logan Lipke
c6f0088846 Removed reliance on upstream port having ip 2020-11-13 17:06:25 -08:00
Logan Lipke
1592f768e0 Fixed to work with updates to lfcli base 2020-11-13 17:06:25 -08:00
Dipti
2c81033437 num_stations argument fixed here, few other tests to have this argument fixed still 2020-10-30 01:06:50 -07:00
Dipti
70a0ef20ef help fixed 2020-10-21 10:44:58 -07:00
Logan Lipke
802e61856a Updated descriptions in cli --help output 2020-10-20 17:03:28 -07:00
Logan Lipke
b733387935 Fixed typo 2020-08-06 15:36:54 -07:00
Logan Lipke
e2f514ef9b Updated argument parsing, now uses lfcli_base 2020-08-06 12:03:02 -07:00
Ben Greear
7252d686bd python: longevity gains pre-cleanup logic.
No more need for manual removal.

Put rm_cx, endp, and rm cxe by prefix in realm
class.
2020-08-06 10:42:17 -07:00
Ben Greear
0936b5dc27 python: Fix wait-for-ip, ipv4 variable time.
Had indentation issue in port wait-for-ip logic, tie in some cmd-line
args for ipv4 variable time script.
2020-08-06 09:59:28 -07:00
Ben Greear
c17837dc64 json: Work on pre-cleanup logic.
Still doesn't work, but checking in what I have for now.
2020-08-06 08:27:58 -07:00
Logan Lipke
d8aaab8546 Removed unnecessary usage of resource params, cleanup WIP 2020-08-05 16:16:13 -07:00
Logan Lipke
f84332d591 Fixed typo, removed unnecessary mode set 2020-08-04 15:37:47 -07:00
Logan Lipke
761dff87ae Added ht160 check for station mode 2020-08-04 13:25:10 -07:00
Logan Lipke
3a94735b4b Added options to enable ht160 2020-08-04 13:23:13 -07:00
Logan Lipke
e5b339ebfb Added radio argument to specify radio used in creation of stations 2020-08-03 17:03:19 -07:00
Logan Lipke
976cb5505e Added check with wait_for_ips that will stop the test if a timeout occurs 2020-07-31 10:30:44 -07:00
Logan Lipke
b51f4aaecf Turned off debugging 2020-07-30 14:20:47 -07:00
Logan Lipke
7efbce8a46 Fixed missing self.debug for create method 2020-07-30 12:36:05 -07:00
Logan Lipke
28da5fe190 Fixed typo with cli-json 2020-07-30 10:05:26 -07:00
Logan Lipke
fc6fc88dc7 Increased traffic rate 2020-07-27 15:50:33 -07:00
Logan Lipke
068653dd32 Turned off debug use in class init 2020-07-24 15:18:20 -07:00
Logan Lipke
ca83116a9e Changed debug variable usage 2020-07-24 15:17:24 -07:00
Logan Lipke
a05517bdb4 Changed use_wpa2 to use_security function 2020-07-13 17:19:20 -07:00
Logan Lipke
4f057c3f9b Added check for security type 2020-07-13 12:52:55 -07:00
Logan Lipke
8453454877 Changed secruity parameter in main to wpa2 from open 2020-07-13 12:48:21 -07:00
Logan Lipke
4f402d15f4 Modified path append to work better with Windows, updated use of wait_for_ip calls to work with new params 2020-07-13 12:42:50 -07:00
Logan Lipke
a36e395c12 Removed use of realm cleanup prior to test start 2020-07-10 16:32:22 -07:00
Logan Lipke
d3ef95b22d Changed order of stations and cx/endp cleanup 2020-07-10 16:17:57 -07:00
Logan Lipke
dbd5f072be Switched to using Realm's methods for creating new profiles, made various changes to keep similarity between tests 2020-07-10 15:04:13 -07:00
Logan Lipke
747c905465 Updated main method to make use of Realm's new cleanup methods before start of tests 2020-07-10 12:02:41 -07:00
Logan Lipke
dfaf8f643b Changed station_profile to work with changes in realm, refactored cleanup methods 2020-07-09 17:26:39 -07:00
Logan Lipke
49bdde9a41 Changed admin_up() to use self.resource instead of hard-coded number 2020-07-08 16:15:14 -07:00
Logan Lipke
c507db642c Updated script to use new methods in realm, refactored code to better fit with build, start, stop, and cleanup methods 2020-07-08 14:59:54 -07:00