Commit Graph

  • a40e77b0d1 lf_check.py added user and password as a variable Chuck SmileyRekiere 2021-09-15 22:35:05 -06:00
  • 53552f605f Improving update_dependencies by making pyjwt an optional update/install Matthew Stidham 2021-09-15 18:47:29 -07:00
  • 2699610c0b Improving to_pip.sh by adding opt args, and adding init creation Matthew Stidham 2021-09-15 18:46:45 -07:00
  • c03a5051e3 Regression test updates and fixing some issues Matthew Stidham 2021-09-15 18:46:25 -07:00
  • 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> erinnerim 2021-09-15 16:17:16 -07:00
  • 5404d9068b ct_us_001_tests.json - change timing for ap tests to get results sooner Chuck SmileyRekiere 2021-09-14 22:17:38 -06:00
  • 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 Chuck SmileyRekiere 2021-09-14 18:17:04 -06:00
  • d54e9510c0 ct_us_001/2_rig.json updated database path Chuck SmileyRekiere 2021-09-13 22:21:42 -06:00
  • 91feb3187d dut for AX88U has different BSSID based on testbed Chuck SmileyRekiere 2021-09-13 21:47:49 -06:00
  • cd99f745de ct_us_002/4 - moved database config to test_rig Chuck SmileyRekiere 2021-09-13 21:13:18 -06:00
  • ca63796db5 lf_json_autogen.py: adds column name help for many columns Jed Reynolds 2021-09-13 15:38:14 -07:00
  • e992055fc1 Revert "importlib refactor lf_wifi_capacity_test.py" erinnerim 2021-09-10 18:02:13 -07:00
  • d6592d4fd3 Revert "importlib refactor test_l3_longevity.py" erinnerim 2021-09-10 17:58:21 -07:00
  • cc6987d55f Revert "importlib refactor lf_dataplane_test.py" erinnerim 2021-09-10 17:58:12 -07:00
  • 4c16ab8116 Revert "importlib refactor create_chamberview_dut.py" erinnerim 2021-09-10 17:57:58 -07:00
  • 03a4f95153 Revert "importlib refactor ../ typo" erinnerim 2021-09-10 17:57:48 -07:00
  • db4d3f9fe3 Revert "importlib refactor create_chamberview.py" erinnerim 2021-09-10 17:57:33 -07:00
  • 136cd01fa0 Revert "importlib refactor LFRequest.py" erinnerim 2021-09-10 17:57:08 -07:00
  • c373891f9d Revert "importlib refactor LFUtils.py" erinnerim 2021-09-10 17:56:55 -07:00
  • 60e9853bb6 Revert "importlib refactor lfcli_base.py" erinnerim 2021-09-10 17:56:41 -07:00
  • 64121ab3c1 Revert "importlib refactor realm.py" erinnerim 2021-09-10 17:54:15 -07:00
  • ac5d3c688f importlib refactor realm.py erinnerim 2021-09-10 17:13:52 -07:00
  • 787edf2d51 importlib refactor lfcli_base.py erinnerim 2021-09-10 17:09:13 -07:00
  • 343d5f7b31 importlib refactor LFUtils.py erinnerim 2021-09-10 17:07:20 -07:00
  • 0642ea475d importlib refactor LFRequest.py erinnerim 2021-09-10 17:05:58 -07:00
  • 652735990b lf_json_autogen.py: now has help text for port section Jed Reynolds 2021-09-10 16:55:22 -07:00
  • ff6d19fe8f lf_json_autogen.py: fixes warning about possibly undeclared variable Jed Reynolds 2021-09-10 14:43:04 -07:00
  • 4994d658fd Revert "Revert "Revert "Update __Init__.py so it is in line with pip standards""" Matthew Stidham 2021-09-10 16:21:22 -07:00
  • 680a6a777c Revert "py-scripts diff file and pip conversion scripts" Matthew Stidham 2021-09-10 16:21:10 -07:00
  • 3ca9a08dde Revert "requirements.txt file Initial commit" Matthew Stidham 2021-09-10 16:21:03 -07:00
  • 1285f3207c importlib refactor lf_wifi_capacity_test.py erinnerim 2021-09-10 15:33:45 -07:00
  • 198280d41f importlib refactor create_chamberview.py erinnerim 2021-09-10 15:31:55 -07:00
  • 34afad944f importlib refactor ../ typo erinnerim 2021-09-10 15:30:18 -07:00
  • aa2e67432b importlib refactor create_chamberview_dut.py erinnerim 2021-09-10 15:29:35 -07:00
  • 685f78ff08 importlib refactor lf_dataplane_test.py erinnerim 2021-09-10 15:25:32 -07:00
  • 3b81071aa7 importlib refactor test_l3_longevity.py erinnerim 2021-09-10 15:23:05 -07:00
  • 3656bd1a59 requirements.txt file Initial commit Matthew Stidham 2021-09-10 15:20:48 -07:00
  • 9f74fec635 lf_json_autogen.py: now has /probe url functionality Jed Reynolds 2021-09-10 14:33:56 -07:00
  • ab7f0ccf6b py-scripts diff file and pip conversion scripts Matthew Stidham 2021-09-10 11:17:49 -07:00
  • c56e757de9 Revert "Revert "Update __Init__.py so it is in line with pip standards"" Matthew Stidham 2021-09-09 11:08:24 -07:00
  • 7a907d083a Script for scanning APs from stations and outputting json response Logan Lipke 2021-09-10 10:16:30 -07:00
  • 827a2a332d ct_us_001_rig.json : updated email Chuck SmileyRekiere 2021-09-10 09:37:28 -06:00
  • 78012a668e ct_us_001_scripts.json : updates based on creation of DUT json Chuck SmileyRekiere 2021-09-10 08:10:47 -06:00
  • a6fdd8acdc lf_check.py: updates for reading dut json Chuck SmileyRekiere 2021-09-10 08:04:45 -06:00
  • 15e1f3cd18 lf_check.py : update for read_json_dut Chuck SmileyRekiere 2021-09-10 07:30:46 -06:00
  • abe53d0dab lf_check.py : separated out the device under test parameters in separate json file Chuck SmileyRekiere 2021-09-10 07:24:03 -06:00
  • 3402de4971 lf_check.py : fix for 6g parameter self.ssid_6g = self.json_dut["test_dut"]["ssid_6g_used"] Chuck SmileyRekiere 2021-09-10 07:10:22 -06:00
  • 685cad326c ct_us_00X.json to ct_us_00X_rig.json to make input for the regression script to be more explicite Chuck SmileyRekiere 2021-09-10 05:39:30 -06:00
  • 82cbd66987 create_wanlink: this rewritten version supercedes py-json/create_wanlink.py; does not trigger half-created rdd interfaces Jed Reynolds 2021-09-09 15:51:51 -07:00
  • f56a4431d8 test_wanlink.py: changed imports to work the old way; fixes --help by using %% instead of % which is a metacharacter in argparse Jed Reynolds 2021-09-09 15:50:41 -07:00
  • 9e116bd950 LFRequest.py: adds todo comments Jed Reynolds 2021-09-09 15:47:46 -07:00
  • 7cdf948d54 Revert "Revert "Create to_pip.sh, a script to automatically convert lanforge_scripts to a pip compliant package"" Chuck SmileyRekiere 2021-09-09 12:04:22 -06:00
  • bb5a98e6eb lf_check.py : typo on class name Chuck SmileyRekiere 2021-09-09 11:09:23 -06:00
  • 22ee410881 ct_us_001_tests.json : configuration updates for using veriables from json_dut (AX88U) Chuck SmileyRekiere 2021-09-09 09:50:55 -06:00
  • b23e9c8dc0 create_wanlink.py: endpoint names changed to "-A" and "-B" as per API standard. Jed Reynolds 2021-09-09 08:49:50 -07:00
  • 2efbc62842 Revert "Update py_json files to be compatible with pip standards" Chuck SmileyRekiere 2021-09-09 05:32:31 -06:00
  • 743b5f56c9 Revert "Update py_scripts to be in line with pip standards" Chuck SmileyRekiere 2021-09-09 05:32:05 -06:00
  • 5328154e21 Revert "Update regression-test so that it doesn't call files which have been renamed." Chuck SmileyRekiere 2021-09-09 05:31:39 -06:00
  • d59499781c Revert "Update __Init__.py so it is in line with pip standards" Chuck SmileyRekiere 2021-09-09 05:31:13 -06:00
  • b5c6dbeb8b Revert "Update station_stress_test so its imports are in line with pip standards" Chuck SmileyRekiere 2021-09-09 05:30:37 -06:00
  • cea510ea7f Revert "Create to_pip.sh, a script to automatically convert lanforge_scripts to a pip compliant package" Chuck SmileyRekiere 2021-09-09 05:30:10 -06:00
  • 805e309401 Revert "pip doesn't work with importlib to the home directory" Chuck SmileyRekiere 2021-09-09 05:29:40 -06:00
  • c7f54e4f34 Revert "import realm properly in station_layer3.py" Chuck SmileyRekiere 2021-09-09 05:29:07 -06:00
  • 8e9909f2d0 Revert "Revert "Update py_json files to be compatible with pip standards"" Chuck SmileyRekiere 2021-09-09 05:28:17 -06:00
  • 6b0322cafa Revert "Update py_json files to be compatible with pip standards" Chuck SmileyRekiere 2021-09-09 05:24:20 -06:00
  • d7e3810867 lf_check.py : create the meta.txt if it does not exist Chuck SmileyRekiere 2021-09-08 20:48:33 -06:00
  • a1c739701e import realm properly in station_layer3.py Matthew Stidham 2021-09-08 17:39:51 -07:00
  • 527315c98f pip doesn't work with importlib to the home directory Matthew Stidham 2021-09-08 17:36:58 -07:00
  • 0a18e833da Create to_pip.sh, a script to automatically convert lanforge_scripts to a pip compliant package Matthew Stidham 2021-09-08 17:23:12 -07:00
  • f371c3781f Update station_stress_test so its imports are in line with pip standards Matthew Stidham 2021-09-08 17:00:20 -07:00
  • 5c87c1bb90 Update __Init__.py so it is in line with pip standards Matthew Stidham 2021-09-08 16:59:47 -07:00
  • a254b03f48 Update regression-test so that it doesn't call files which have been renamed. Matthew Stidham 2021-09-08 16:57:40 -07:00
  • 37df48594e Update py_scripts to be in line with pip standards Matthew Stidham 2021-09-08 16:57:10 -07:00
  • 0be47c82de Update py_json files to be compatible with pip standards Matthew Stidham 2021-09-08 16:54:45 -07:00
  • 804371ad6b merge quali-dev changes in create_wanlink.py and test_wanlink.py to master erinnerim 2021-09-08 14:43:42 -07:00
  • c01992e7fc fix create_wanlink.py import itself erinnerim 2021-09-08 11:36:19 -07:00
  • d532daad50 Create wanlink main() changed to create() for quali testing erinnerim 2021-08-04 15:57:49 -07:00
  • f672fc935b lf_check.py : MAX_VIF to MAX_VIFS Chuck SmileyRekiere 2021-09-08 11:15:39 -06:00
  • a4ddc359e8 lf_check.py : dictionary typo fix for self.radio_dict Chuck SmileyRekiere 2021-09-08 11:14:00 -06:00
  • 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 Chuck SmileyRekiere 2021-09-08 11:06:57 -06:00
  • 461c49e1ed ct_us_001/2/4 - radio configuraiton updates Chuck SmileyRekiere 2021-09-08 10:55:42 -06:00
  • bfc6788ab0 lf_check.py : added radio dictionary to reflect LANforge configuration ct_us_001.json, ct_us_004.json : updated for the radio configuriaton Chuck SmileyRekiere 2021-09-08 10:29:36 -06:00
  • 21cf7f604e ct_us_001_tests.json , ct_us_004.json , intermediate updates Chuck SmileyRekiere 2021-09-08 09:55:13 -06:00
  • 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 Chuck SmileyRekiere 2021-09-08 08:08:50 -06:00
  • 7c0383185d lf_check.py : updated parameters to be specific for influx, grafana and ghost updated associated json files Chuck SmileyRekiere 2021-09-08 06:51:04 -06:00
  • e10d4c4605 lf_check.py : made the rig, dut, and test json required Chuck SmileyRekiere 2021-09-08 06:39:38 -06:00
  • 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 Chuck SmileyRekiere 2021-09-07 17:40:44 -06:00
  • 5ba8a5bfcf lf_json_autogen: adds help test, WIP Jed Reynolds 2021-09-07 15:55:46 -07:00
  • 05a419315a test_l3_longevity.py : modified to be a float minus a float Chuck SmileyRekiere 2021-09-07 14:57:08 -06:00
  • 426ed83005 lf_check.py : added support for infinite timeout Chuck SmileyRekiere 2021-09-07 11:22:11 -06:00
  • 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 Chuck SmileyRekiere 2021-09-07 10:25:14 -06:00
  • b6e1f30afb LFUtiles.py : added back in from LANforge import LFRequest This was needed for the check tests Chuck SmileyRekiere 2021-09-06 21:54:28 -06:00
  • 2037f1508b ct_us_002_tests.json : update the number of spatial stream Chuck SmileyRekiere 2021-09-06 21:10:28 -06:00
  • a2e02a6707 LFUtils.py: Improves wait_until_ports_disappear error message; Fixes many linter warnings. Jed Reynolds 2021-09-06 09:48:52 -07:00
  • 04e6ce6b6f ct_us_002_test.json : tests updates Chuck SmileyRekiere 2021-09-06 09:14:16 -06:00
  • 3ec98cb78f ct_us_002_tests.json updates for QA and working with QA database Chuck SmileyRekiere 2021-09-05 20:46:43 -06:00
  • 240f59f67c ct_us_001_test.json : updated for QA testing ct_us_001_test_igg.json : created for occaional Influx testing Chuck SmileyRekiere 2021-09-05 20:42:12 -06:00
  • e8ac402776 lf_check.py : comment update ct_us_002_tests.json : updates to get the tests working Chuck SmileyRekiere 2021-09-02 16:08:19 -06:00
  • 566406da68 ct_us_002_tests.json : update for using 002 database , need to move Database to the test rig configuration Chuck SmileyRekiere 2021-09-02 07:04:51 -06:00
  • 44b71f77e3 Added line graph karthikaeyetea 2021-09-02 13:50:41 +05:30