Commit Graph

  • 2141ce103e l3_cxprofile: Improve is not None logic, it's redundant Matthew Stidham 2021-12-06 16:55:59 -08:00
  • 5d4dabee80 l3_cxprofile: Replace BaseException with more explicit logic Matthew Stidham 2021-12-06 16:54:38 -08:00
  • bf8c8ed24a test_ip_variable_time: Fix logic Matthew Stidham 2021-12-06 16:54:02 -08:00
  • 374f4cb0e9 l3_cxprofile: Fix redundant parentheses Matthew Stidham 2021-12-06 16:41:16 -08:00
  • 695fa8b9b1 l3_cxprofile: No need to make it self.data Matthew Stidham 2021-12-06 16:40:46 -08:00
  • 7f7d759db9 l3_cxprofile: Use static method when we can Matthew Stidham 2021-12-06 16:39:46 -08:00
  • fa06f99269 dut.json : differenciate between SSID and BSSID test.json : differenciate between SSID and BSSID lf_check.py : differenciate between SSID and BSSID Chuck SmileyRekiere 2021-12-06 17:52:02 -07:00
  • 4a73628b74 dut.json : updated for consistant use of BSSID_USED test.json : updated for consistant use of BSSID_USED lf_check.py : updated for use of BSSID_USED Updated AP Auto test Chuck SmileyRekiere 2021-12-06 17:39:23 -07:00
  • bd3191456a fio_endp_profile: Unused variables Matthew Stidham 2021-12-06 16:34:17 -08:00
  • 6e9ddbb029 dut_profile: Unused parameters Matthew Stidham 2021-12-06 16:33:29 -08:00
  • ceb08808e1 dataplane_test_profile: Unused variable Matthew Stidham 2021-12-06 16:32:56 -08:00
  • b83179c70d cv_dut_profile: Fix incorrect type error Matthew Stidham 2021-12-06 16:32:13 -08:00
  • 404301cae9 create_wanlink: Fix incorect Type error Matthew Stidham 2021-12-06 16:30:51 -08:00
  • 7b36739a8b regression_test: Data engineering 101 One data entry per row One row per data entry One variable per column One column per variable Matthew Stidham 2021-12-06 15:52:06 -08:00
  • 7b4bb1dab7 regression_test: Needs backslashes for test_l3_longevity command Matthew Stidham 2021-12-06 15:37:25 -08:00
  • 3744ddfbb0 regression_test: Fix radio2 argument Matthew Stidham 2021-12-06 15:35:55 -08:00
  • 7aeef0674c test_l3_unicast_traffic_gen: Fix potential unassigned variable error Matthew Stidham 2021-12-06 15:32:35 -08:00
  • b9067250b7 test_l3_unicast_traffic_gen: Remove unused variables Matthew Stidham 2021-12-06 15:28:41 -08:00
  • 0763d67f5c test_l3_unicast_traffic_gen: More pythonic way to do a for loop. Avoids unnecessary variables Matthew Stidham 2021-12-06 15:25:49 -08:00
  • a30ca8f07e test_client_admission: Remove unused arguments Matthew Stidham 2021-12-06 15:18:23 -08:00
  • ec51c57370 sta_connect_multi_example: Fix whitespace Matthew Stidham 2021-12-06 15:13:22 -08:00
  • 25f537a027 sta_connect: Fix whitespace Matthew Stidham 2021-12-06 15:12:39 -08:00
  • ed03860677 rvr_scenario: Fix whitespace Matthew Stidham 2021-12-06 15:11:53 -08:00
  • b09daaa945 run_cv_scenario: Remove unused variable names Matthew Stidham 2021-12-06 15:10:56 -08:00
  • 4035e5e90c test_l4: Fix improper time interval parameters Matthew Stidham 2021-12-06 14:53:22 -08:00
  • 56c30eb0ac test_ipv4_ps: Allow user to define radio to create monitor on Matthew Stidham 2021-12-06 14:29:35 -08:00
  • 89260e21e3 regression_test: Allow more than one radio to be defined in regression_test Matthew Stidham 2021-12-06 14:28:31 -08:00
  • bc47c24087 mine_regression_results: Initial commit Matthew Stidham 2021-12-06 14:07:44 -08:00
  • dce73f0bc8 pyjwt no longer support python 3.6 Matthew Stidham 2021-12-06 11:56:43 -08:00
  • ecea4c13a4 GhostRequest: Cleanup whitespace Matthew Stidham 2021-12-06 11:37:26 -08:00
  • 29e5f81078 GhostRequest: Use staticmethod where relevant Matthew Stidham 2021-12-06 11:32:06 -08:00
  • 42921c4e7a scenario.py: Remove unused import Matthew Stidham 2021-12-06 11:30:46 -08:00
  • 12f4263843 lfcli_base: Fix whitespace Matthew Stidham 2021-12-06 11:24:32 -08:00
  • f9b3347138 LFRequest: Fix whitespace Matthew Stidham 2021-12-06 11:24:18 -08:00
  • 769cfff912 scenario.py: Check for BuildVersion, that will tell you whether the /events/ flag will work Matthew Stidham 2021-12-06 11:11:51 -08:00
  • 3cba1decab regression_test: test_fileio should use upstream port Matthew Stidham 2021-12-06 10:16:06 -08:00
  • d7784bebde requirements: jwt is old news. Use pyjwt instead. Matthew Stidham 2021-12-06 09:43:09 -08:00
  • 41fb4fa7ca requirements: jwt is old news. Use pyjwt instead. Matthew Stidham 2021-12-06 09:42:43 -08:00
  • 46314d2563 kaleido is no longer used anywhere in our library Matthew Stidham 2021-12-06 09:33:08 -08:00
  • 8e3f50a6dc regression_test: comment out test_wanlink for now Matthew Stidham 2021-12-06 09:20:49 -08:00
  • bd6ce10620 regression_test: lf_snp_test command change Matthew Stidham 2021-12-06 09:18:20 -08:00
  • a563fe9d3e lf_check.py : added lf qa link to output report lf_qa.py : removed None prior to sorting lists to prevent exceptions ct_us_002_tests.json : updated test_l3_longevity.py test report.css , reduced the size of copy button to 10 px to prevent jumping. Chuck SmileyRekiere 2021-12-06 07:09:04 -07:00
  • 5f753e6b51 lf_check.py : show the copy when hovering Chuck SmileyRekiere 2021-12-04 10:26:37 -07:00
  • ab608f1dc2 lf_check.py : added test suite duration , start and tend time. Chuck SmileyRekiere 2021-12-04 10:14:55 -07:00
  • e3066eae2c lf_check.py : updated json exception to point to the file Chuck SmileyRekiere 2021-12-04 09:33:45 -07:00
  • dafc866b49 lf_qa.py : fixed check for empty list Chuck SmileyRekiere 2021-12-04 08:11:00 -07:00
  • 287d3af2f7 lf_check.py : update latest at top directory for suite Chuck SmileyRekiere 2021-12-04 07:56:07 -07:00
  • 2e16dada66 lf_qa.py support for subtest presentation. Chuck SmileyRekiere 2021-12-03 14:10:19 -05:00
  • 046fd417f1 regression_test.sh: refomats HTML, appearance now more like lf_check output Jed Reynolds 2021-12-03 15:49:18 -08:00
  • 758f7af6ca desktop-hostname.bash: includes more details of system Jed Reynolds 2021-12-03 15:14:28 -08:00
  • 9b31c41749 scenario.py: sleep 30 seconds if /events/ flag is not present regression_test: work with new scenario.py Matthew Stidham 2021-12-03 15:23:22 -08:00
  • fed17368dc regression_test: Call python as python3 explicitly as a work around for F27 and F30 machines which still have python2 installed Matthew Stidham 2021-12-03 13:18:17 -08:00
  • e010041db7 regression_test: lf_atten_mod_test requires an attenuator in order to run and doesn't change very often. Matthew Stidham 2021-12-03 13:13:24 -08:00
  • 51f24335ce regression_test: Define MGR variable before it is called at the beginning of the test Matthew Stidham 2021-12-03 12:29:39 -08:00
  • eb789bbe22 regression_test: when checking for LANforge compatibility, check :8080/events, without anything in particular Signed-off-by: Matthew Stidham <stidmatt@gmail.com> Matthew Stidham 2021-12-03 12:05:30 -08:00
  • 8a9e1f1473 Move influx.py to influx_utils.py Matthew Stidham 2021-12-03 11:38:35 -08:00
  • a544ce8e59 Fixed the imports in test_ip_variable_time shivamcandela 2021-12-04 00:45:23 +05:30
  • 141d7242b9 to_pip: Need to include backslashes in order to use a forward slash in sed matthew 2021-12-03 09:53:46 -08:00
  • 505e55f0ca mac_vlan_profile: Remove redundant parentheses matthew 2021-12-03 08:28:35 -08:00
  • cf2e196a47 dut_profile: Remove unused variables matthew 2021-12-03 08:23:22 -08:00
  • b92248de8c create_wanlink: Remove redundant parentheses matthew 2021-12-03 08:21:57 -08:00
  • 65a6c67a0c ws_generic_monitor: Fix whitespace matthew 2021-12-03 08:21:10 -08:00
  • 5cb74c1690 ws-sta-monitor: Fix whitespace matthew 2021-12-03 08:18:45 -08:00
  • b12ff32552 wlan_theoretical_sta: Fix whitespace matthew 2021-12-03 08:15:57 -08:00
  • 789431b794 wifi_monitor_profile: Fix whitespace matthew 2021-12-03 08:14:38 -08:00
  • 3e8f0bd19b vap_profile: Fix whitespace matthew 2021-12-03 08:14:04 -08:00
  • e771a767e1 test_utility: WARNING shadowing name from outerscope violation matthew 2021-12-03 08:12:17 -08:00
  • 0a79bbf777 test_utility: Fix whitespace matthew 2021-12-03 08:10:21 -08:00
  • b44e5652dc test_base: Fix whitespace matthew 2021-12-03 08:09:49 -08:00
  • 5674d8f875 station_profile: Remove redundant code matthew 2021-12-03 08:09:04 -08:00
  • dccb115e71 show_ports: Fix whitespace matthew 2021-12-03 08:07:27 -08:00
  • 8894d6f358 realm: variables may have been referenced before assignment WARNING!!!!!! matthew 2021-12-03 08:06:32 -08:00
  • 83e36fe03b realm: Remove unused variables matthew 2021-12-03 08:04:11 -08:00
  • a535e753dd realm: Missing colon matthew 2021-12-03 08:01:39 -08:00
  • f4a9c1fdb4 realm: DO NOT SHADOW NAME FROM OUTER SCOPE!!!!! DANGER!!!! WARNING!!!!! ALERT!!!! matthew 2021-12-03 08:00:00 -08:00
  • 07655ab249 realm: DO NOT SHADOW BUILT IN FUNCTIONS!!!!!!!! DANGER!!! WARNING!!!! ALERT!!!! matthew 2021-12-03 07:57:58 -08:00
  • 6e2bff6c81 realm: Fix whitespace matthew 2021-12-03 07:57:13 -08:00
  • b6fbc88aba realm: "if not X in Y" should read "if X not in Y" matthew 2021-12-03 07:55:08 -08:00
  • 6e08840d9b realm: Remove redundant is not None matthew 2021-12-03 07:54:07 -08:00
  • dc7a266352 realm: Remove redundant parentheses matthew 2021-12-03 07:51:10 -08:00
  • 87b776034e realm: Fix mutable default arguments matthew 2021-12-03 07:50:42 -08:00
  • 949cfcf630 qvlan_profile: Fix whitespace matthew 2021-12-03 07:50:11 -08:00
  • 41da2c0fa6 qvlan_profile: Remove redundant parentheses matthew 2021-12-03 07:49:30 -08:00
  • 75cbc8d440 port_utils: Remove redundant parentheses matthew 2021-12-03 07:48:50 -08:00
  • 79d895024d mutlicast_profile: Fix whitespace matthew 2021-12-03 07:45:24 -08:00
  • 7b007598c3 to_pip: Make inheritance statements more verbose matthew 2021-12-03 07:44:00 -08:00
  • a9b6dfde11 cv_dut_profile: Fix bare except statement matthew 2021-12-03 07:43:08 -08:00
  • 348985a3da lfdata: Fix whitespace matthew 2021-12-03 07:40:07 -08:00
  • 47e5b47843 l4_cxprofile: Fix bare except clause Signed-off-by: matthew <stidmatt@gmail.com> matthew 2021-12-03 07:35:47 -08:00
  • 0932bfe7f3 l4_cxprofile: Fix mutable default arguments matthew 2021-12-03 07:34:33 -08:00
  • fb60c6903b l4_cxprofile: Fix whitespace matthew 2021-12-03 07:34:16 -08:00
  • ab4be4c7b8 http_profile: Fix whitespace matthew 2021-12-03 07:33:35 -08:00
  • 668e58e8d6 fio_endp_profile: Fix mutable default error matthew 2021-12-03 07:30:31 -08:00
  • b41838ff43 dut_profile: Fix whitespace matthew 2021-12-03 07:30:10 -08:00
  • ceceec200a cv_test_report: Fix whitespace matthew 2021-12-03 07:28:35 -08:00
  • 695ac4d536 regression_test: Fix logic for checking status code matthew 2021-12-02 18:12:14 -08:00
  • 3e9ed2e6e5 regression_test: trigger warning and exit at the beginning if LANforge manager cannot support scenario.py matthew 2021-12-02 18:02:50 -08:00
  • e817ad7b03 regression_test: Reimplement partial failure logic Signed-off-by: matthew <stidmatt@gmail.com> matthew 2021-12-02 15:17:50 -08:00
  • 53a21f1990 regression_test.sh: Single line if statement breaks the script matthew 2021-12-02 15:13:41 -08:00
  • 0a273a40d6 python 3.6 requirements.txt that works on Fedora 27 Jed Reynolds 2021-12-02 14:43:11 -08:00