Commit Graph

29 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
8fdf318431 create_station.py : updated comments to reflect standard header
test_l4.py : updated header comments

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:46:25 +05:30
Scott Wedge
861c1a6eb5 test_l4.py: fix url seconds subtest pass/fail check
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
2022-07-12 15:46:25 +05:30
Chuck SmileyRekiere
0b45615f51 test_l4.py : specified ap ip address in argument
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:46:25 +05:30
Scott Wedge
2bd3285de5 test_l4.py: add logger statements, modify default test length value
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
2022-07-12 15:46:16 +05:30
Chuck SmileyRekiere
fb46a2ea64 test_l4.py : updated to ip_test.exit_fail()
test_l3.py : added exit_fail(), exit_success()

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:46:16 +05:30
Chuck SmileyRekiere
bf0570fcf1 test_l4.py : updated to use lfcli_base.py exit_success() and exit_fail()
logic

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:46:16 +05:30
Scott Wedge
10b39c0992 test_l4.py: modify kpi.csv short-description
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
2022-07-12 15:46:15 +05:30
Scott Wedge
73d1516d28 test_l4.py: add kpi.csv & report functionality, modify script example commands
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
2022-07-12 15:46:15 +05:30
Scott Wedge
08b61efe07 test_l4.py: add logger module, add --no_cleanup argument
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
2022-07-12 15:46:15 +05:30
Matthew Stidham
e497a77e79 test_l4 fix
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2022-07-12 15:45:49 +05:30
Matthew Stidham
76e8506ab0 kpi.csv integration
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2022-07-12 15:45:49 +05:30
Matthew Stidham
05fa06d8a6 test_l4: Pass debug information to realm
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2022-07-12 15:45:33 +05:30
Scott Wedge
5ea8ff21a7 test_l4.py: update help output, text and whitespace updates
Signed-off-by: Scott Wedge <wedges@candelatech.com>
2022-07-12 15:45:17 +05:30
Matthew Stidham
53f6501b10 test_l4.py: Better to just inherit directly from realm rather than using local_realm
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2022-07-12 15:44:27 +05:30
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