Commit Graph

16 Commits

Author SHA1 Message Date
Matthew Stidham
56c30eb0ac test_ipv4_ps: Allow user to define radio to create monitor on
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 14:29:35 -08:00
Matthew Stidham
4ddbcad1f7 test_ipv4_ps: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-24 16:25:45 -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
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
Chuck SmileyRekiere
84951290a1 deprecated halt_on_error 2021-04-22 14:51:09 -06:00
Matthew Stidham
9c94287fb5 fix 2020-12-30 17:00:52 -08:00
Dipti
60b7c0d9dd updated args and example 2020-12-28 15:25:51 -08:00
Matthew Stidham
079a658e6d required arguments 2020-12-16 15:39:27 -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
354c93bd9f help edits,test edits,bash script edits, just syntax errors left 2020-11-25 18:32:47 -08:00
Jed Reynolds
98abbbe5b2 removes some pointless boilerplate 2020-11-23 19:42:48 -08:00
Dipti
68121692c0 parameter fixes 2020-10-30 13:41:59 -07:00
Logan Lipke
8a549155e7 Tweaked profile creation 2020-09-22 17:36:14 -07:00
Logan Lipke
211a72aafe Script for monitoring powersave/bss 2020-09-22 15:08:08 -07:00