Matthew Stidham
554b284c96
test_l3_scenario_throughput: Fix variable name errors
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 13:45:51 -08:00
Matthew Stidham
661e427128
test_l3_scenario_throughut: Make file pip compliant
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 13:44:54 -08:00
Matthew Stidham
4e7e8b9360
1. Updating argparse commands so they include flags
...
2. Create check_argparse which allows us to check which flags are or are not included in argparse statements.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-21 16:13:07 -07: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
0bd7f8a10f
test_l3_scenario_throughput.py test_l3_unicatst_traffic_gen.py : deprecated _halt_on_error
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-04-22 14:47:06 -06:00
Matthew Stidham
bd64f1c1c6
Continuing work on regression test, adding requirements to update_dependencies.py
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-17 14:48:35 -08:00
Matthew Stidham
cc53b1de3f
test_l3_scenario_throughtput fix
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-16 17:04:47 -08:00
Matthew Stidham
318a22746d
Adding parse_time to test_l3_scenario_throughput
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-16 17:01:48 -08:00
Matthew Stidham
5c0487c122
regression update and fixing typos
2021-02-12 10:47:52 -08:00
Matthew Stidham
9c94287fb5
fix
2020-12-30 17:00:52 -08:00
Dipti
2eb32c2990
password argument change, saving executable perm for scripts
2020-11-20 12:27:09 -08:00
shivamcandela
4325f805e4
Scenario Load and Throughput Measurements
2020-09-24 21:07:33 +05:30
shivamcandela
ef9705a943
Scenario Load and Throughput Measurements
2020-09-24 21:01:17 +05:30