Commit Graph

15 Commits

Author SHA1 Message Date
Matthew Stidham
4035e5e90c test_l4: Fix improper time interval parameters
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 14:53:22 -08:00
Matthew Stidham
2177dd3575 test_l4: Fix bare except
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:58:25 -08:00
Matthew Stidham
3213c14d32 test_l4: Merge identical if clauses
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-24 16:33:16 -08:00
Matthew Stidham
2aba065fe2 test_l4: Make parser more explicit
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-24 16:30:57 -08: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
743b5f56c9 Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
2021-09-09 05:32:05 -06:00
Matthew Stidham
37df48594e Update py_scripts to be in line with pip standards
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-08 16:57:10 -07:00
Logan Lipke
385a3d2c21 Changed default value for --source option 2021-06-24 16:48:23 -07:00
Logan Lipke
b3ddc59c9a Added name column for report generation 2021-06-24 16:30:30 -07:00
Logan Lipke
af0b97d820 changed test_type check 2021-06-24 15:50:45 -07:00
Logan Lipke
d196ba58f1 Changed test type from urls/s to urls to prevent possible errors from '/' 2021-06-24 15:24:37 -07:00
Logan Lipke
d3d8b542dc Removed comment 2021-06-24 14:31:49 -07:00
Logan Lipke
5f947ec16c Added checks for cli options, makes better use of l4_cxprofile 2021-06-22 13:12:07 -07:00
Logan Lipke
f4874e0837 Script to consolidate functionality of all test_ipv4_l4 scripts 2021-06-16 14:12:36 -07:00