Commit Graph

12 Commits

Author SHA1 Message Date
Matthew Stidham
0087f8916b testgroup: Fix all warnings
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 11:04:47 -08:00
Matthew Stidham
36e07e745e testgroup autopep8
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-10 15:00:33 -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
Matthew Stidham
1ff7b5df50 Correct the rm_group command in testgroup.py
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
2021-02-24 13:57:54 -08:00
Matthew Stidham
b8aec4c3ed fix text_wanlink 2021-02-09 11:40:54 -08:00
Logan Lipke
4a6f578aa0 show_group works correctly now 2020-12-11 15:45:46 -08:00
Logan Lipke
0df232e940 Removed redundant help output 2020-12-10 17:38:10 -08:00
Logan Lipke
5faaed8244 Fixed some bugs, added option for comma separated list for add/rm cx 2020-12-10 17:38:10 -08:00
Logan Lipke
948040a917 Script for manipulating test_groups and their cxs 2020-12-09 17:56:08 -08:00