Commit Graph

  • db403ed05b Sta_connect_multi_example: Remove invalid comparisons Matthew Stidham 2021-11-16 11:03:34 -08:00
  • 69a75872a4 sta_connect_example: Remove invalid comparisons Matthew Stidham 2021-11-16 11:03:14 -08:00
  • 7d32906c82 sta_connect2.py: Remove invalid comparisons Matthew Stidham 2021-11-16 11:03:02 -08:00
  • d50946f53c sta_connect: Remove invalid comparisons Matthew Stidham 2021-11-16 11:02:47 -08:00
  • 6f4ff7e252 Remove invalid comparisons Matthew Stidham 2021-11-16 11:02:37 -08:00
  • c5b08834b2 Remove invalid comparisons Matthew Stidham 2021-11-16 11:02:25 -08:00
  • 6a9ee4cb00 test_l3_longevity_beta: Remove invalid comparisons Matthew Stidham 2021-11-16 11:02:09 -08:00
  • cf8a5f8d83 monitor_rvr: remove invalid comparisons Matthew Stidham 2021-11-16 11:01:52 -08:00
  • 130b23a65b Improve create_bridge function Matthew Stidham 2021-11-16 11:01:35 -08:00
  • aa8c6bebf5 lf_dfs_test: Remove invalid comparisons Matthew Stidham 2021-11-16 11:01:20 -08:00
  • a22c6c60e3 check_argparse: Remove invalid comparisons Matthew Stidham 2021-11-16 11:00:50 -08:00
  • c29a5e9b12 py-json/port_probe.py : initial commit for VHT calculations Chuck SmileyRekiere 2021-11-16 11:02:29 -07:00
  • 0a8461dde1 test_utility.py Remove C0122 errors Matthew Stidham 2021-11-16 09:35:31 -08:00
  • 954a2f9f80 regression_test: git log command was backwards, it needed a head not a tail Matthew Stidham 2021-11-16 08:59:51 -08:00
  • b8b207493e lf_mesh_test: Fix mutable default values Matthew Stidham 2021-11-15 17:11:29 -08:00
  • a1cf4e2e47 lf_cleanup: Rename undefined variable Matthew Stidham 2021-11-15 17:10:18 -08:00
  • 39746c5ce0 http_profile.py: Remove == None error Matthew Stidham 2021-11-15 17:06:39 -08:00
  • 8713f59098 lf_cv_base: remove shadow built in error Matthew Stidham 2021-11-15 17:05:40 -08:00
  • 7c57cd1d3e l4_cxprofile Remove == None error Matthew Stidham 2021-11-15 17:04:53 -08:00
  • be740527bf lfcli_base: Create report-data folder in home directory if it doesn't exist Matthew Stidham 2021-11-15 15:56:31 -08:00
  • d0c40cb4b2 lfcli_base fix if os.path.isdir command Matthew Stidham 2021-11-15 15:35:11 -08:00
  • 3969a4710e station_profile.py: Removing ==True landmines Matthew Stidham 2021-11-15 13:42:34 -08:00
  • 12da46d6fb Remove == True error in LFRequest Matthew Stidham 2021-11-15 13:36:27 -08:00
  • 3c1858a609 Remove == True errors in lfcli_base Matthew Stidham 2021-11-15 13:36:05 -08:00
  • 919503f867 Fix test_ipv4_ttls.py Matthew Stidham 2021-11-15 13:33:24 -08:00
  • e9e7c6de31 test_ip_varible_time.py : there was an admin up in the stop caused errors Chuck SmileyRekiere 2021-11-15 14:07:58 -07:00
  • f2b4628a81 We cannot use default paramters in our code! Matthew Stidham 2021-11-15 11:39:38 -08:00
  • d549bfccdc More solid pandas call so we don't get an error Matthew Stidham 2021-11-15 10:10:58 -08:00
  • e5e3c90336 l3_cxprofile.py : updated to support one interface, port_probe.py : added more supported mcs in calculation test_ip_variable_time.py : added support for use_existing_sta removed create_sta as it was defaulted True and could not be set by construct. Chuck SmileyRekiere 2021-11-12 17:02:13 -07:00
  • 1aa792930a One Interface support to work with inconsistent list construction between single and multiple elements decided around May 23, 2018 Updates for probe with AX210 , AX200 wiphy Chuck SmileyRekiere 2021-11-12 17:02:13 -07:00
  • 7ff62b9fd6 Fix improper equalities in LFUtils.py Matthew Stidham 2021-11-12 14:42:29 -08:00
  • 5180dcb685 regression_test was missing a backslash on line 224 Matthew Stidham 2021-11-12 14:32:41 -08:00
  • b2df641854 Turn on debug for test_ip_variable_time wait until ports admin up Matthew Stidham 2021-11-12 13:04:49 -08:00
  • acff7f8585 Improved my_monitor function Logan Lipke 2021-11-12 09:40:04 -08:00
  • 322bc7ea55 rewrote my_monitor function to be more reusable, removed other monitor functions, renamed variables to better represent contents. Reporting WIP Logan Lipke 2021-11-10 11:45:22 -08:00
  • 1f24b2c79b Fixed imports and some function calls Logan Lipke 2021-11-08 11:35:43 -08:00
  • 614880cedd test_ip_variable_time.py note for location of create_basic_argparse Chuck SmileyRekiere 2021-11-12 12:10:58 -07:00
  • 2176098ad3 Remove layer3_test and layer4_test from regression_test Matthew Stidham 2021-11-12 09:12:41 -08:00
  • a71b65ff6e lf_report_test.py lf_graph.py added to lf_check.py regression Chuck SmileyRekiere 2021-11-12 07:48:49 -07:00
  • 58c7613d87 lf_graph.py lf_report_test.py : pep8 complience Chuck SmileyRekiere 2021-11-12 07:21:44 -07:00
  • 54170fffe7 lf_graph.py , lf_report_test.py : updated for --mgr and --lfmgr updated so help will be show with --help Chuck SmileyRekiere 2021-11-12 07:18:15 -07:00
  • 7ab916ed02 layer3_test.py , layer4_test.py moved to sandbox until updated Chuck SmileyRekiere 2021-11-11 20:40:39 -07:00
  • dd80666057 ct_us_001_scripts.json updated for testing individual scripts updated layer3_test.py to accept the correct parameters Chuck SmileyRekiere 2021-11-11 20:37:22 -07:00
  • c10a2ec2cf ct_us_001_scripts.json : script regression updates Chuck SmileyRekiere 2021-11-11 18:18:39 -07:00
  • 5ddc46460a Save sortabletable.js in lanforge-scripts and make it so regression_test works with it Matthew Stidham 2021-11-11 17:45:49 -08:00
  • 79d4f09e9d Explain logic for parsing output of command Matthew Stidham 2021-11-11 14:12:19 -08:00
  • 6d1fdae76d Fix --set error in bash Matthew Stidham 2021-11-11 13:40:48 -08:00
  • 47bdaf3a4d add eval to run_test method Matthew Stidham 2021-11-11 11:24:59 -08:00
  • e128b2d44f Remove single letter variables in regression_test Matthew Stidham 2021-11-11 10:48:03 -08:00
  • ac34a5316c ct_us_001_tests.json : updated for using the wifi_mode and wifi_settings per radio Chuck SmileyRekiere 2021-11-11 11:47:39 -07:00
  • dab0ee0aa6 Add execution time column to regression_test Matthew Stidham 2021-11-11 10:32:07 -08:00
  • 9dc79d8c65 lf_kpi_csv.py : updated the epoch time to report current time Chuck SmileyRekiere 2021-11-10 18:00:07 -07:00
  • 980101dabc test_l3_longevity.py - update for making the index.html lf_report.py - update method for index.html Chuck SmileyRekiere 2021-11-10 16:01:57 -07:00
  • d3023a5d2d wlan_capacity_calculator autopep8 Matthew Stidham 2021-11-10 14:59:41 -08:00
  • 36e07e745e testgroup autopep8 Matthew Stidham 2021-11-10 14:59:33 -08:00
  • 20cb3895b8 lf_dataplane_test autopep8 Matthew Stidham 2021-11-10 14:58:59 -08:00
  • 772f2425ed example_security_connection autopep8 Matthew Stidham 2021-11-10 14:58:09 -08:00
  • 37872d77d7 create_bridge autopep8 Matthew Stidham 2021-11-10 14:57:55 -08:00
  • 7e84e3b790 create_bond autopep8 Matthew Stidham 2021-11-10 14:57:14 -08:00
  • 28280c3f6d pep8 compliance Chuck SmileyRekiere 2021-11-10 14:15:07 -07:00
  • 6cd4f883c7 run autopep8 on create_vr Matthew Stidham 2021-11-10 12:16:19 -08:00
  • 087c77080f run autopep8 on create_vap Matthew Stidham 2021-11-10 12:16:05 -08:00
  • 2f657666cf run autopep8 on create_station Matthew Stidham 2021-11-10 12:15:51 -08:00
  • 608f3ab773 create_qvlan autopep8 Matthew Stidham 2021-11-10 12:15:39 -08:00
  • c3c4d965ce create_macvlan autopep8 Matthew Stidham 2021-11-10 12:15:28 -08:00
  • 9c42b1ca18 create_l4 autopep8 Matthew Stidham 2021-11-10 12:15:16 -08:00
  • c94839f0d5 create_l3_stations autopep8 Matthew Stidham 2021-11-10 12:14:04 -08:00
  • 40a17ccdf2 create_l3 autopep8 Matthew Stidham 2021-11-10 12:13:49 -08:00
  • fdc420afab create_chamberview_dut autopep8 Matthew Stidham 2021-11-10 12:13:29 -08:00
  • 985e55ded8 create_chamberview.py autopep8 Matthew Stidham 2021-11-10 12:12:57 -08:00
  • 5ad97eb619 test_l3_longevity.py : pep8 cleanup Chuck SmileyRekiere 2021-11-10 11:55:29 -07:00
  • b60313457e test_l3_longevity.py : add ability to pass wifi_settings per radio Chuck SmileyRekiere 2021-11-09 17:27:18 -07:00
  • bb29c5ff23 ct_us_002_tests.json : test updates Chuck SmileyRekiere 2021-11-09 08:02:53 -07:00
  • 78fdf6551f Revert "Fix test_l3_longevity whitespace errors" Matthew Stidham 2021-11-09 19:00:45 -08:00
  • 098c0398ba Revert "Fix test_l3_longevity regressions and pending problems" Matthew Stidham 2021-11-09 19:00:28 -08:00
  • cbe5286f83 Fix test_l3_longevity regressions and pending problems Matthew Stidham 2021-11-09 18:54:46 -08:00
  • d16bdd9f7a Fix test_l3_longevity whitespace errors Matthew Stidham 2021-11-09 17:17:38 -08:00
  • 8271e54714 ct_us_001_rig.json : update the rig Chuck SmileyRekiere 2021-11-09 10:35:57 -07:00
  • a5ddd4047f ct_us_*.json test updates Chuck SmileyRekiere 2021-11-09 07:38:53 -07:00
  • 88e8517382 lf_qa.py added update_layout(autotypenumbers='convert types') plotly latest version is updated so needed to treat numbers as objects. Chuck SmileyRekiere 2021-11-09 06:18:55 -07:00
  • 0c16e26506 atten script for getting serial number Shivam Thakur 2021-11-09 18:36:43 +05:30
  • ad1785cfe7 class used for getting attenuator serial number Nikita Yadav 2021-11-09 18:33:05 +05:30
  • ec76d13ba5 LFRequest.py: json_post debug message more readable Jed Reynolds 2021-11-08 20:19:03 -08:00
  • 35081c3fd8 ct_us_001_scripts.json replace with variables Chuck SmileyRekiere 2021-11-08 21:00:47 -07:00
  • 3315cff3ea *rig.json update the upstream port to alias Chuck SmileyRekiere 2021-11-08 20:39:08 -07:00
  • c4511ad39a Fix LFRequest.get so it inherits debug commands from the class Matthew Stidham 2021-11-08 18:52:03 -08:00
  • 8b86e89033 run_cv_scenario: lists test instances and does prints thenm out Jed Reynolds 2021-11-08 14:56:10 -08:00
  • 2f72736e56 run_cv_scenario.py: logic can handle a "cv list_instances" Jed Reynolds 2021-11-08 13:40:32 -08:00
  • 8678a55862 jbr_monitor_bssids.py: checks argument type for a nested list Jed Reynolds 2021-11-08 13:38:10 -08:00
  • 86bb4fa42c test_l3_longevity.py : updated destination so --mgr and --lfmgr added dest='lfmgr' updated the scripts tesing to allow for looped tests. Chuck SmileyRekiere 2021-11-08 10:58:58 -07:00
  • a0e7685f3c ct_us_00X_tests.json : rename of nightly to be a sorter test Chuck SmileyRekiere 2021-11-07 09:46:16 -07:00
  • 958427c1e2 Jira: LAN-715 port_probe.py : defaut bw = 20 to fix UnboundLocalError: local variable 'bw' referenced before assignment Chuck SmileyRekiere 2021-11-06 14:56:43 -06:00
  • ae5b49d4d5 lf_check.py : pep8 and white space Chuck SmileyRekiere 2021-11-06 12:18:06 -06:00
  • 2899eddb07 lf_check.py : verify the scenerio.py is called with the correct parameters Chuck SmileyRekiere 2021-11-06 12:10:39 -06:00
  • f9c9efdd4e lf_check.py : load custom db prior to each test, fixed call to scenario.py updated rig.json for current db handling Chuck SmileyRekiere 2021-11-06 11:26:45 -06:00
  • b4a9608d3f lf_check.py : added db_override to put in unique db from command line ct_us_00X_rig.json : generic name for db in json Chuck SmileyRekiere 2021-11-06 06:21:34 -06:00
  • 20be39a531 improve regression_test bycommenting test which freezes test Matthew Stidham 2021-11-05 15:29:58 -07:00
  • f2a6ab15bd Revert "Deprecating l3_cxprofile2.py" Matthew Stidham 2021-11-05 13:33:21 -07:00
  • d50907c8b3 Deprecating l3_cxprofile2.py Matthew Stidham 2021-11-05 12:39:55 -07:00
  • 6e2900e4e8 Fix LFRequest queries Matthew Stidham 2021-11-05 12:11:02 -07:00