Commit Graph

18 Commits

Author SHA1 Message Date
Matthew Stidham
077383e039 test_1k_clients_jedtest: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-24 16:14:27 -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
Chuck SmileyRekiere
84951290a1 deprecated halt_on_error 2021-04-22 14:51:09 -06:00
Dipti
568cec5c90 added logic to decrement stations admin-ed up per batch 2021-02-02 15:55:47 -08:00
Dipti
a296363cdd changed timeout on 1k and added comments to ipv4 for including where helper file is 2021-02-02 00:37:22 -08:00
Dipti
20a06dfdbf 1k works again, added updated argparse formatting 2020-12-30 16:10:48 -08:00
Dipti
0f57f66b65 small fixes 2020-12-15 00:03:27 -08:00
Dipti
4de14cea29 1k_client fixed args, few other issues now. WIP 2020-12-14 13:30:22 -08:00
Dipti
46b7f44efe if self.debug line additions 2020-12-10 16:25:01 -08:00
Dipti
642a1f28a7 added self.debug if statements for less output, 1k just about finished - just thorough testing left 2020-12-10 16:09:21 -08:00
Dipti
b9c1eaaed2 WIP: added stop, cleanup, edited start and time calculation, added help 2020-12-10 13:26:11 -08:00
Dipti
87aaefd4f0 cross connects are now made, what's left: run cross connects,compare old v. new vals, clean up cx and indicate pass v. fail 2020-12-07 15:50:29 -08:00
Dipti
d99b3a9dac cleanup method and wait_for_ip implemented 2020-12-07 01:13:05 -08:00
Dipti
dbbe8729ab additions to jedtest 2020-12-03 22:07:26 -08:00
Jed Reynolds
29a99846e2 test_1k_clients_jedtest.py: cleans stations up, WIP 2020-12-01 00:16:49 -08:00
Jed Reynolds
f1c7ae9a97 test_1k_clients_jedtest.py: script to create lots of stations, WIP 2020-11-30 23:53:16 -08:00