Chuck SmileyRekiere
ca2dfeeda1
test_l3_powersave_traffic.py : updated for single interface,
...
ct_us_scripts.json updated scripts to test
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-15 07:48:51 -07:00
Logan Lipke
77c80f7cc7
test_l3_powersave_traffic.py: Added command line arguments for choosing radios to use in station and monitor creation
2021-12-14 11:49:55 -08:00
Matthew Stidham
5abac844e0
test_l3_powersave_traffic: Remove unused arguments
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 16:27:05 -08:00
Matthew Stidham
41df29a51f
test_l3_powersave_traffic: Fix whitespace
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 16:26:27 -08:00
Matthew Stidham
b6013003ef
Fixing regression_test problems
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-30 12:55:31 -07:00
Chuck SmileyRekiere
8e78b7af2a
test_l3_powersave_traffic.py : added help
...
sta_connect_multi_example.py : updated arsparse
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-27 16:50:24 -06:00
Matthew Stidham
e6cf6b9337
1. Create pandas_extensions.py
...
2. Remove unused imports
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-21 11:11:04 -07:00
Matthew Stidham
36400e003d
Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-17 15:29:15 -07:00
erinnerim
1d7578251c
Updates to import statements:
...
- Import importlib, os, and sys to each python script.
- Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
- All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Chuck SmileyRekiere
743b5f56c9
Revert "Update py_scripts to be in line with pip standards"
...
This reverts commit 37df48594e .
2021-09-09 05:32:05 -06:00
Matthew Stidham
37df48594e
Update py_scripts to be in line with pip standards
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-08 16:57:10 -07:00
smileyrekiere
9f5fc4f7ff
station_profile.py: ability to set defaults with the constructor
...
test_l3_powersave_traffic.py : temporary work around for hard coded value
station_profile.py set some of the desired_add_sta_flags values to a fixed number,
allow to set desired_add_sta_flags values on construction
Signed-off-by: smileyrekiere <smileyrekiere@gmail.com >
2021-06-04 11:09:15 -06:00
Matthew Stidham
e1a865f946
Fixing exit_on_error mistakes
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-17 16:14:03 -07:00
Matthew Stidham
e000571594
Fixing halt_on_error errors
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-17 15:48:42 -07:00
Matthew Stidham
052319d2ce
Remove exit_on_error
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-17 15:19:34 -07:00
Matthew Stidham
eb986a8cc1
new import for l3_cxprofile
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-03 14:07:15 -08:00
Logan Lipke
d77d7d178d
Uncommented lines from debugging
2020-09-16 15:16:08 -07:00
Logan Lipke
589a0c50ba
Updated some methods, added output
2020-09-16 15:15:25 -07:00
Dipti Dhond
2432e41ed1
finished powersave test
2020-07-14 17:14:51 -07:00
Dipti Dhond
52b74512a2
edits to monitor
2020-07-14 12:55:17 -07:00
Dipti Dhond
9ba16108a6
monitor changes - now works
2020-07-13 19:49:02 -07:00
Dipti Dhond
e33a26bc69
added monitor -WIP
2020-07-13 14:04:48 -07:00
Dipti Dhond
144bbbdf9b
deleted old cleanup function, replaced with new ones, deleted unused functions, ready to add monitor component
2020-07-10 21:01:57 -07:00
Logan Lipke
a36e395c12
Removed use of realm cleanup prior to test start
2020-07-10 16:32:22 -07:00
Dipti Dhond
9518e51ccd
PDU size set - WIP
2020-07-10 14:18:51 -07:00
Dipti Dhond
d3f94c125a
fixed some bugs in cleanup, test is still a WIP
2020-07-09 21:13:14 -07:00
Dipti Dhond
8b08248fa2
stations created properly connect to GUI via jedway-open and are associated
2020-07-07 17:39:30 -07:00
DiptiDhond-Candela
43b2be2c44
Update test_l3_powersave_traffic.py
...
added absolute path to line 10- entire file is a WIP
2020-07-07 14:21:45 -07:00
Dipti Dhond
9103cb8e07
new test file- upload/download with powersave stations
2020-07-07 14:19:38 -07:00