Dipti
44093e28a2
additions to L4Prof monitor, edits to logic of col names in L3 Monitor
2021-01-21 22:49:12 -08:00
Dipti
204b6d4e76
start of monitor additions & urls_per_ten remodeling
2021-01-21 20:26:13 -08:00
Jed Reynolds
99bb902d09
removes import of generic_cx
2021-01-21 16:41:37 -08:00
Matthew Stidham
c720a76070
realm cleaned
2021-01-21 15:54:44 -08:00
Matthew Stidham
07d3d2eb6f
realm cleaned
2021-01-21 15:53:34 -08:00
Matthew Stidham
d17b88c3d1
test ipv4variable error message
2021-01-21 15:44:08 -08:00
Matthew Stidham
6cd76e0aa9
realm
2021-01-21 15:42:05 -08:00
Matthew Stidham
c8401192d5
html test output
2021-01-21 15:38:40 -08:00
shivam
f4185de693
some work
2021-01-20 05:17:44 +05:30
Dipti
b513b79557
debug
2021-01-19 13:30:23 -08:00
Dipti
b7c66ebe48
help and debug changes
2021-01-19 13:26:57 -08:00
Matthew Stidham
47d5e09c31
rename show to monitor
2021-01-18 14:02:06 -08:00
Matthew Stidham
fbce00e988
inheritance fixes
2021-01-18 13:12:27 -08:00
Matthew Stidham
ae059322d1
setting up base profile
2021-01-17 22:20:59 -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
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
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
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
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
6d6a3e5898
realm: StationProfile: fixes mode null on station create
2020-12-16 14:59:12 -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
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
Logan Lipke
a734f5487b
Added list_cxs function to TestGroupProfile
2020-12-11 15:45:46 -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
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
Logan Lipke
de2cbedd94
Changed and added things in TestGroupProfile
2020-12-09 17:56:59 -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
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
Logan Lipke
92ca30cf0d
Added TestGroupProfile for using test groups
2020-11-23 17:33:51 -08:00