Commit Graph

467 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
a64ac7da83 lf_check.py ct_002_AX12_dut.json : comments updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-19 08:07:50 -06:00
Chuck SmileyRekiere
3ac605c507 updated json for custom dataplane packets ordering
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 21:54:29 -06:00
Chuck SmileyRekiere
061d4c875f lf_webpage.py : changed permissions
ct_us_002_test.json - update test configuration

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 21:22:28 -06:00
Chuck SmileyRekiere
2609241188 adjusted timing for ap_auto tests in json
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 13:03:09 -06:00
Chuck SmileyRekiere
b0bce9de4d QA json updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 10:58:47 -06:00
Chuck SmileyRekiere
5c57da2ad3 ct_us_004_tests.json : updated tests ap_auto (001->004)
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 04:30:23 -06:00
Chuck SmileyRekiere
d10f9f505c test_l3_longevity : logging for exception on reading xtop from the AP
json test updates for AP Auto

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-18 04:02:28 -06: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
Chuck SmileyRekiere
a7585d4b81 ct_us_004_tests.json : getting a functional ap auto test
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-16 22:57:30 -06:00
Chuck SmileyRekiere
e7dc0964f0 ct_us_001_tests.json : AP test ran
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-16 22:36:23 -06:00
Chuck SmileyRekiere
a40e77b0d1 lf_check.py added user and password as a variable
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-15 22:35:14 -06: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
5404d9068b ct_us_001_tests.json - change timing for ap tests to get results sooner
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-14 22:17:38 -06:00
Chuck SmileyRekiere
09315f3a60 json file checkin for QA
ct_002_AX12_dut.json - for Netgear
ct_003_LANforge_dut.json - for LANforge testing
ct_us_002_rig.json - remove dut info from the rig
ct_us_004_tests.json updates for AP testing

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-14 18:17:04 -06:00
Chuck SmileyRekiere
d54e9510c0 ct_us_001/2_rig.json updated database path
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-13 22:21:42 -06:00
Chuck SmileyRekiere
91feb3187d dut for AX88U has different BSSID based on testbed
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-13 21:47:49 -06:00
Chuck SmileyRekiere
cd99f745de ct_us_002/4 - moved database config to test_rig
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-13 21:13:18 -06:00
Chuck SmileyRekiere
827a2a332d ct_us_001_rig.json : updated email
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 09:37:28 -06:00
Chuck SmileyRekiere
78012a668e ct_us_001_scripts.json : updates based on creation of DUT json
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 08:10:47 -06:00
Chuck SmileyRekiere
a6fdd8acdc lf_check.py: updates for reading dut json
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 08:04:45 -06:00
Chuck SmileyRekiere
15e1f3cd18 lf_check.py : update for read_json_dut
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 07:30:46 -06:00
Chuck SmileyRekiere
abe53d0dab lf_check.py : separated out the device under test parameters in separate
json file

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 07:24:03 -06:00
Chuck SmileyRekiere
3402de4971 lf_check.py : fix for 6g parameter
self.ssid_6g = self.json_dut["test_dut"]["ssid_6g_used"]

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 07:10:22 -06:00
Chuck SmileyRekiere
685cad326c ct_us_00X.json to ct_us_00X_rig.json to make input for the regression
script to be more explicite

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-10 05:39:30 -06:00
Chuck SmileyRekiere
bb5a98e6eb lf_check.py : typo on class name
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-09 11:09:23 -06:00
Chuck SmileyRekiere
22ee410881 ct_us_001_tests.json : configuration updates for using veriables from
json_dut (AX88U)

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-09 09:51:04 -06:00
Chuck SmileyRekiere
d7e3810867 lf_check.py : create the meta.txt if it does not exist
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 20:48:42 -06:00
Chuck SmileyRekiere
f672fc935b lf_check.py : MAX_VIF to MAX_VIFS
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 11:15:39 -06:00
Chuck SmileyRekiere
a4ddc359e8 lf_check.py : dictionary typo fix for self.radio_dict
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 11:14:00 -06:00
Chuck SmileyRekiere
e35a418f68 lf_check.py : added LF_MGR_USER, LF_MGR_PASS to the configuration
Updated ct_us_001/2/4/ and ct-us_001_tests.json

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 11:06:57 -06:00
Chuck SmileyRekiere
461c49e1ed ct_us_001/2/4 - radio configuraiton updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 10:55:42 -06:00
Chuck SmileyRekiere
bfc6788ab0 lf_check.py : added radio dictionary to reflect LANforge configuration
ct_us_001.json, ct_us_004.json : updated for the radio configuriaton

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 10:29:36 -06:00
Chuck SmileyRekiere
21cf7f604e ct_us_001_tests.json , ct_us_004.json , intermediate updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 09:55:13 -06:00
Chuck SmileyRekiere
71835ece58 lf_check.py moved the upstream port to the test parameters , removed the
generic section as it is not use
updated the test rig json

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 08:08:50 -06:00
Chuck SmileyRekiere
7c0383185d lf_check.py : updated parameters to be specific for influx, grafana and ghost
updated associated json files

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 06:59:14 -06:00
Chuck SmileyRekiere
e10d4c4605 lf_check.py : made the rig, dut, and test json required
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 06:39:38 -06:00
Chuck SmileyRekiere
3906d9e469 lf_check.py : separating out the test_dut information from the test_rig
information
ct_us_001.json : removed the dut specific information
ct_AX88U_dut.json : json specific to the ASUS dut
lf_qa.py : added comment on future feature

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-08 06:35:25 -06:00
Chuck SmileyRekiere
05a419315a test_l3_longevity.py : modified to be a float minus a float
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-07 14:57:08 -06:00
Chuck SmileyRekiere
426ed83005 lf_check.py : added support for infinite timeout
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-07 11:22:11 -06:00
Chuck SmileyRekiere
195ba76a65 lf_check.py : initial checkin for separating out the dut configuration
ct_us_001_test.json : initial AP testing to work through subtest pass / fail

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-07 10:25:14 -06:00
Chuck SmileyRekiere
2037f1508b ct_us_002_tests.json : update the number of spatial stream
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-06 21:10:57 -06:00
Chuck SmileyRekiere
04e6ce6b6f ct_us_002_test.json : tests updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-06 09:14:16 -06:00
Chuck SmileyRekiere
3ec98cb78f ct_us_002_tests.json updates for QA and working with QA database
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-05 20:46:43 -06:00
Chuck SmileyRekiere
240f59f67c ct_us_001_test.json : updated for QA testing
ct_us_001_test_igg.json : created for occaional Influx testing

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-05 20:42:12 -06:00
Chuck SmileyRekiere
e8ac402776 lf_check.py : comment update
ct_us_002_tests.json : updates to get the tests working

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-02 16:08:19 -06:00
Chuck SmileyRekiere
566406da68 ct_us_002_tests.json : update for using 002 database , need to move
Database to the test rig configuration

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-02 07:04:51 -06:00
Chuck SmileyRekiere
44992b1d91 ct_002_igg.json : temporary json update
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-01 22:24:12 -06:00
Chuck SmileyRekiere
5c3630f1ce ct_004_igg.json : this is temporary until the database_tag is moved to the
test rig

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-01 22:15:16 -06:00
Chuck SmileyRekiere
e4092962e2 ct_us_002_tests.json : update for 002 tests to add lf_qa.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-01 21:58:25 -06:00
Chuck SmileyRekiere
0589ab684f ct_001_igg.json : new influx token
lf_check.py : support for 5.4.3 not radio fw

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-01 16:49:11 -06:00