Commit Graph

9 Commits

Author SHA1 Message Date
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
Matthew Stidham
a1108e7c23 Fix ws_generic_monitor
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
2021-03-11 15:32:03 -08:00
Matthew Stidham
cd75270638 initial commit 2021-02-16 11:04:50 -08:00
Matthew Stidham
c20b5f4272 regression test additions and fixes to several scripts 2021-02-05 11:24:40 -08:00
Dipti
2eb32c2990 password argument change, saving executable perm for scripts 2020-11-20 12:27:09 -08:00
shivamcandela
3fe1d901f0 minor fixed ws_generic_monitor_test 2020-11-17 12:02:06 +05:30
shivamcandela
a3b90e0d8d Added websocket generic listener for port 8081, added a test script for it and updated test_ipv4_connection.py to add websocket events 2020-11-17 11:55:37 +05:30