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
Matthew Stidham
8cef95962e
Major ghost improvements, create wifi_capacity dataplane, ghost script
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-07-12 15:29:30 -07:00
Matthew Stidham
87d7e1a8eb
Grafana and Ghost improvements, fixing table columns,fixing title of ghost articles, and pass/fail kpi
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-07-08 11:47:17 -07:00
Matthew Stidham
864878b3e6
Fix instructions to set DUT in lf_wifi_capacity_test
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-07-02 13:27:21 -07:00
Matthew Stidham
e100a38c22
Clean up redundant directories and add library to update_dependencies
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-29 16:28:43 -07:00
Matthew Stidham
8014226b32
Major Ghost script improvements and additions
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-29 14:56:54 -07:00
Matthew Stidham
c2586f8343
Grafana and Ghost integration updates
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-22 14:48:19 -07:00
Matthew Stidham
5b1c188ac2
Include embedded dashboard in ghost page
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-15 15:56:58 -07:00
Matthew Stidham
c2e5bfae0a
Improving wifi capacity to ghost function
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-09 17:29:59 -07:00
Matthew Stidham
dac45e4edd
Create Ghost Profile python scripts
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-06-03 12:54:29 -07:00