Matthew Stidham
5c50b61621
test_status_msg: Check if message_list_response exists, otherwise pass. It will post a LANforge error output if you don't write your LANforge URL properly.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-09 09:08:08 -08:00
Matthew Stidham
c33cc7e512
test_status_msg: Cleanup broken cleanup function. Don't send an error message if no error has occured.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-22 12:57:29 -08:00
Matthew Stidham
bdb850ef54
test_status_msg: Cleanup whitespace
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-18 11:14:15 -08:00
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
519cd785cb
Remove halt on error from all inheritors of realm
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-17 14:26:06 -07:00
Jed Reynolds
86e9cfa63e
test_status_msg.py: renames short variable
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-03-12 10:51:20 -08:00
Jed Reynolds
1ed4cc9577
test_status_msg.py: adds processing for --key
2021-01-18 22:42:29 -08:00
Jed Reynolds
38dfb463ed
test_status_msg.py: do not hard code port
2020-12-22 17:25:54 -08:00
Jed Reynolds
34a97fd8dc
test_status_msg.py: finishes test, updates args, can be used as a utility or run test or deep clean
2020-11-25 14:56:02 -08:00
Jed Reynolds
11c60f1369
test_status_msg.py: tests the /status-msg JSON url features
2020-11-25 10:46:06 -08:00