Matthew Stidham
776bc795ae
lf_dfs_test: Fix whitespace error
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 15:15:15 -08:00
Matthew Stidham
aa8c6bebf5
lf_dfs_test: Remove invalid comparisons
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-16 11:05:41 -08: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
266d4b22b9
lf_dfs_test.py lf_snp_test.py halt_on_error was deprecated these files missed the update
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-04-14 07:01:11 -06:00
Chuck SmileyRekiere
3049685ae2
lf_snp_test.py : more generic controller name script cleanup lf_dfs_test.py minor script cleanup
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-02-26 17:31:02 -07:00
Chuck SmileyRekiere
6270a3a6f6
lf_dfs_test.py: changed reference to controller from product specific name
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-02-23 07:30:34 -07:00
Chuck SmileyRekiere
047c843c3b
cisco_wifi_ctl.py -> wifi_ctl_9800_3504.py and associated changes
2021-02-23 07:07:49 -07:00
Chuck SmileyRekiere
55dbb4c6a9
cisco_ap_ctl.py -> ap_ctl.py , lf_cisco_power.py, lf_dfs_test.py : update to use ap_ctl.py
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-02-23 06:13:32 -07:00
Chuck SmileyRekiere
d00fe37f52
lf_cisco_dfs.py -> lf_dfs_test.py lf_cisco_snp.py -> lf_snp_test.py beginning of moving product name
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-02-23 05:59:49 -07:00