Commit Graph

  • a3a9fd4afd ct_dut_json: created directory Chuck SmileyRekiere 2022-04-04 07:24:36 -06:00
  • 2856590adf test_l3_longevity.py : prints to logger functionality. Chuck SmileyRekiere 2022-02-28 07:04:22 -07:00
  • 58405ece85 lf_tx_power.py: added reading powerreg Chuck SmileyRekiere 2022-04-04 08:44:28 -04:00
  • cdf7b90d1f lf_pcap.py: filter ption to get_status_code method and get_packet_info Nikita Yadav 2022-04-04 17:42:59 +05:30
  • 0dcd5d51bd lf_cleanup.py: add variable resource cleanup to sta,sanitize,br,and misc Scott Wedge 2022-04-01 16:32:19 -05:00
  • 92c0276780 ap_ctl.py : removed single character character switches, updated for radio_slot Chuck SmileyRekiere 2022-04-01 14:17:37 -04:00
  • bbb9a4adce lf_cleanup.py: add back loop iterations, add port-type to bridge_clean Scott Wedge 2022-04-01 12:28:49 -05:00
  • e72acefd33 cc_module_9800_3504.py : dual-band updates wifi_ctl_9800_3504.py dual-band update Chuck SmileyRekiere 2022-04-01 13:14:08 -04:00
  • 5ea4d6148f lf_cleanup.py: modify while loop logic in functions Scott Wedge 2022-04-01 10:55:43 -05:00
  • 080de95d90 cc_module_9800_3504.py : removed 'a' and 'b' references lf_tx_power.py : updates spread sheet comments Chuck SmileyRekiere 2022-04-01 11:14:14 -04:00
  • e93ea41bd0 ap_ctl.py : added slot parameter, added powerreg command Chuck SmileyRekiere 2022-04-01 10:58:02 -04:00
  • 329cc4c98e added ftotd Nikita Yadav 2022-04-01 15:00:33 +05:30
  • 653e1a829b added ft psk method for ft-over-ds Nikita Yadav 2022-04-01 14:41:52 +05:30
  • 95552a87f4 lf_tx_power.py : antenna gain needs to be subtracted not added for OTA testing Changed calculation to use signal , not signal average Chuck SmileyRekiere 2022-03-31 17:11:20 -04:00
  • 1acfd07892 cc_module-9800_3504.py : added args parser arguments needed for logging. lf_tx_power.py : changes pass fail back to using spatial streams Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com> Chuck SmileyRekiere 2022-03-29 17:54:17 -04:00
  • a0fa0deddd wifi_ctl_9800_3504.py : notes for setting the number of spatial stream Chuck SmileyRekiere 2022-03-31 12:36:42 -06:00
  • 8c68811228 csv-convert: Tweak output to meet customer's goals. Ben Greear 2022-03-31 11:17:01 -07:00
  • b1ca68ed39 lf_check.py : corrected return code logic Chuck SmileyRekiere 2022-03-30 11:54:52 -06:00
  • 77b3e517e6 lf_tx_power.py : comment fix the comment said beacon when it was combined Chuck SmileyRekiere 2022-03-30 11:40:29 -06:00
  • a06a6cf66c lf_cleanup.py: add logger module, add --sanitize command switch logic Scott Wedge 2022-03-30 12:30:16 -05:00
  • b695d916b0 lf_check.py : checks for script return codes, individual messages for 1 script reported failure , 2 argument failure, if 0 then check logs for error messages anything else print out the return code. Chuck SmileyRekiere 2022-03-30 10:26:17 -06:00
  • b0a9d764f6 test_l3.py : changed wifi_setting_keys not enabled to info from error Chuck SmileyRekiere 2022-03-30 10:01:22 -06:00
  • 43c6fc72a4 ct_us_001_test.json : removed --ap_read and --ap_test_mode from test json Chuck SmileyRekiere 2022-03-30 08:56:33 -06:00
  • f0c7d21503 lf_check.py : read out the script return code. Chuck SmileyRekiere 2022-03-29 17:45:17 -06:00
  • cabed1cea7 lf_check.py : added check for IndexError. Comment where to check the script output. ct_us_001_tests.json : updated for test_l3.py Chuck SmileyRekiere 2022-03-29 16:31:32 -06:00
  • d13bea8f51 cc_module-9800_3504.py : added args parser arguments needed for logging. Chuck SmileyRekiere 2022-03-29 17:54:17 -04:00
  • 45d7790f35 sta_connect2.py : added exit(1) for fail, exit(0) for pass Chuck SmileyRekiere 2022-03-29 10:48:31 -06:00
  • fcf7c22bc9 sta_connect2.py : wkhtmltopdf not working on windows , check platform.system() if 'Linux' then generate the pdf. Chuck SmileyRekiere 2022-03-29 10:23:43 -06:00
  • 0dc1fe4a83 logger.debug , changed passing two strings to passing a single string. - logger.debug("jsonGet asked for " + _req_url) + logger.debug("jsonGet asked for {_req_url} ".format(_req_url=_req_url)) Chuck SmileyRekiere 2022-03-29 08:44:10 -06:00
  • 7618d9d139 lfcli_base.py : updated logger.debug to print out the license block. logger.debug takes a single string removed the string addition. Chuck SmileyRekiere 2022-03-29 08:30:00 -06:00
  • 97f43a7035 lf_tx_power.py : updated pass fail cryteria to be based on combined power read by probe Chuck SmileyRekiere 2022-03-28 19:17:02 -04:00
  • c6a8627240 l3_cxprofile.py : added quiesce_cx option to allow the cx to drain then stop realm.py : added drain_stop_cx (could not get quiesce_cx name to work) test_l3.py : added quiesce_cx Chuck SmileyRekiere 2022-03-28 16:33:34 -06:00
  • 04ff6d7cb4 wifi_ctl_9800_3504.py : dual band changes for show ap dot11 dual-band summary Chuck SmileyRekiere 2022-03-26 16:22:15 -06:00
  • 7f2579532b cc_module_9800_3504.py : dual-band updates wifi_ctl_9800_3504.py : dual-band updates Chuck SmileyRekiere 2022-03-26 15:05:33 -06:00
  • debbf5f05f cc_module_9800_3504.py: ap_band_dual_band_slot_Xg -> ap_dual_band_slotXg wifi_ctl_9800_3504.py : dtim command change for 3504 (was mal formed ) Chuck SmileyRekiere 2022-03-26 13:16:22 -06:00
  • eaa262021f wifi_ctl_9800_3504.py : added slot support for 24g and 5g for C9100 series of AP. Chuck SmileyRekiere 2022-03-26 12:57:43 -06:00
  • 05c974aa0c cc_module_9800_3504.py : fixed slot bug introduced with last commit lf_tx_power.py : comment on perl tenet install Chuck SmileyRekiere 2022-03-26 13:13:33 -04:00
  • 43846cfaa5 cc_module_9800_3504.py : adding dual band support Chuck SmileyRekiere 2022-03-26 08:21:46 -06:00
  • d1e02ef05d lf_tx_power.py : updated to have the testbed location entered at the command line Chuck SmileyRekiere 2022-03-25 17:11:11 -06:00
  • 309e2411d2 csv-parser: Support joining two csv files. Ben Greear 2022-03-25 15:46:37 -07:00
  • 8d8313e9d0 csv-convert: Add additional phy-rate columns requested by customer. Ben Greear 2022-03-25 15:31:29 -07:00
  • 4ec17a26f1 test_l3.py : autopep8 Chuck SmileyRekiere 2022-03-25 11:27:51 -06:00
  • 0356f5f9b2 test_l3.py : port supports ul and dl rx drop %, added ata start offset Chuck SmileyRekiere 2022-03-25 11:21:57 -06:00
  • 62b335d4e9 test_l3.py : added --sta_start_number, --no_pre_cleanup --no_cleanup , --no_stop_traffic so tests runs may be additive. Chuck SmileyRekiere 2022-03-25 06:22:26 -06:00
  • cf0efd62c4 hng 802.1 to psk Nikita Yadav 2022-03-25 17:29:29 +05:30
  • c0b86442c7 added mising enable ft psk action Nikita Yadav 2022-03-25 17:25:15 +05:30
  • 52f253802d added mising enable ft psk action Nikita Yadav 2022-03-25 17:20:56 +05:30
  • 80e07bceb9 methods added to get status code and to get pcap info anil-tegala 2022-03-25 13:14:57 +05:30
  • d5f1799cfd test_l3.py : comments and logging updates Chuck SmileyRekiere 2022-03-24 15:05:53 -06:00
  • e97052f46c sta_connect2.py : moved the args.debug prior to the lf_logger_config_json as json config will take presidence Chuck SmileyRekiere 2022-03-24 11:06:18 -06:00
  • 17254d65a6 lf_atten_mode_test.py : the script does not need --port except that the script inherits from Realm which requires a port. the --port in the script conflicted with the base args parser so the base args parser will be used. Chuck SmileyRekiere 2022-03-24 08:55:53 -06:00
  • 87291c7803 ct_us_004_tests.json update the nightly script for ap_auto Chuck SmileyRekiere 2021-10-20 05:24:44 -06:00
  • 497c16a93d sta_connect2.py: add test ability for resource greater than 1 Scott Wedge 2022-03-23 17:15:46 -05:00
  • 6c679e6d86 lf_tx_power.py : parameter identification in headers Chuck SmileyRekiere 2022-03-23 15:35:49 -06:00
  • bad29e202a lf_tx_power.py : antenna signal dbm Chuck SmileyRekiere 2022-03-23 14:29:05 -06:00
  • 1ba2e3a30c lf_tx_power.py : Put the Offset back in to column title Chuck SmileyRekiere 2022-03-23 14:19:36 -06:00
  • bb03d5a4ea lf_tx_power.py : added description to column headings Chuck SmileyRekiere 2022-03-23 14:08:18 -06:00
  • ac2f51f3ce lf_tx_power.py : updated Column headers Chuck SmileyRekiere 2022-03-23 13:00:39 -06:00
  • f05bdc855b lf_tx_power.py : descriptive updates to column headers Chuck SmileyRekiere 2022-03-23 12:38:08 -06:00
  • c99380d4b5 lf_tx_power.py : added the power read from ap summary Chuck SmileyRekiere 2022-03-23 09:20:20 -06:00
  • 56623f8ab8 lf_tx_power.py : autopep8 Chuck SmileyRekiere 2022-03-23 07:31:13 -06:00
  • 55a4dca155 lf_tx_power.py : updated comment from reading show ap dot11 6g summary, some white space clean up Chuck SmileyRekiere 2022-03-23 07:28:16 -06:00
  • 3aa99b8657 lf_tx_power.py : NSS changed to Client NSS, Channel changed to Client Channel in xlsx , comment shows iw dev sta000 station dump (for manual testing). Logger message for Regulatory Domain Chuck SmileyRekiere 2022-03-23 07:00:11 -06:00
  • 352d4c623a ap_ctl.py : use --dest for the mux_serial Chuck SmileyRekiere 2022-03-22 12:13:30 -06:00
  • 61ed43c258 lfcli_base.py : added back in --port Chuck SmileyRekiere 2022-03-22 16:43:32 -06:00
  • bb65003775 sta_connect2.py: fix end-of-test cleanup Scott Wedge 2022-03-22 15:06:43 -05:00
  • 9e0765f69c test_l3.py : removed unused command Chuck SmileyRekiere 2022-03-22 13:10:04 -06:00
  • 77c6b64146 sta_connect2.py : set logger level to debug when --debug passed in Chuck SmileyRekiere 2022-03-21 17:41:52 -06:00
  • e3a7450269 sta_connect.py: Added new docstring to fit with scripting templates Logan Lipke 2022-03-21 13:03:18 -07:00
  • b1f0363979 sta_connect.py: Fixed command line option issues Logan Lipke 2022-03-21 10:43:06 -07:00
  • f7fae8f381 lfcli_base.py: changed --port in lfcli_base to --lf_port , this addition of --port created a conflict with lf_attend_mod_test.py The --port was introduced a month ago. Will look for other conflicts in the regressions. Changed lf_attend_mod_test.py to add back in --port Chuck SmileyRekiere 2022-03-21 11:08:11 -06:00
  • f38170b77b lf_atten_mod_test.py : base_argsparse had a --port option so script will use that one to avoid conflict Chuck SmileyRekiere 2022-03-21 06:52:20 -06:00
  • b383a7c6c3 create_l3_stations.py --no_cleanup , changed to using switch from base args parser Chuck SmileyRekiere 2022-03-21 06:42:27 -06:00
  • a45687f1a7 added enable ft = psk function from wifi_9800 class Nikita Yadav 2022-03-19 12:39:55 +05:30
  • 2c304d6158 added library function to enable ft and select ft+psk as akm Nikita Yadav 2022-03-19 12:38:20 +05:30
  • e828cf59c4 qa dut json moved to ct_qa_json ct_001_AX88U_dut.json ct_002_AX12_dut.json ct_003_AX88U_dut.json ct_004_AX88U_dut.json Chuck SmileyRekiere 2022-03-17 12:03:55 -06:00
  • a056ea2fc6 moved json for tx_power to tx_power_json folder Chuck SmileyRekiere 2022-03-17 10:41:01 -06:00
  • a9d258d41a ap_ctl.py : updates to use mux_client lf_report.py : added traceback for exceptions Chuck SmileyRekiere 2022-03-16 17:52:14 -06:00
  • 1da36b43cf lf_check.py : added example for using curl Chuck SmileyRekiere 2022-03-16 11:37:44 -06:00
  • 8132d0dcdb requirements.txt : reduced by one more package. pip-search not needed to run python scripts Chuck SmileyRekiere 2022-03-16 08:31:45 -06:00
  • 7fcf54129f python.3.6.requirements.txt : removed dash components requirements.txt : removed dash components Chuck SmileyRekiere 2022-03-16 08:28:24 -06:00
  • c816baf054 python3.6.requirements.txt : reduced the packages for running basic python scripts Chuck SmileyRekiere 2022-03-16 08:27:14 -06:00
  • b05c3d71c5 requirements.txt : reduced the packages to known packages used Chuck SmileyRekiere 2022-03-16 08:02:10 -06:00
  • 79c774ffe3 ap_ctl.py : initial commit for using mux_serial lf_tx_power.py: TODO for adding the AP module ct_9136_tx_power_tests.json : using batch mode. Chuck SmileyRekiere 2022-03-16 08:00:03 -06:00
  • f41a92978e lf_tx_power.py : for tx_power_adjust_6E adjust the output directory to reflex tx_power values tested. Chuck SmileyRekiere 2022-03-14 06:56:31 -06:00
  • b0cdb1f8ea lf_tx_power.py : created switch --tx_power_adjust_6E to adjust the power levels for 20 Mhz to only have 1-6 and 40 Mhz 1-7 when testing 6E Chuck SmileyRekiere 2022-03-12 10:34:37 -07:00
  • 479adbb30c ct_9136_dut.json : updated dut name ct_9136_tx_power_tests.json : example for channel widths on command line Chuck SmileyRekiere 2022-03-12 08:16:33 -07:00
  • 10b39c0992 test_l4.py: modify kpi.csv short-description Scott Wedge 2022-03-11 16:49:07 -06:00
  • 73d1516d28 test_l4.py: add kpi.csv & report functionality, modify script example commands Scott Wedge 2022-03-11 15:37:32 -06:00
  • 9ef0befa92 ct_9136_WLC1_lanforge.json : example for lanforge setup ct_9136_dut.json : example for dut setup ct_9136_tx_power_tests.json : example for tx_power tests setup Chuck SmileyRekiere 2022-03-11 11:02:53 -07:00
  • 07a81118a8 lf_dash.py updates to remove deprecated modules Chuck SmileyRekiere 2022-03-11 10:34:56 -07:00
  • 5a9540d907 lf_tx_power.py : temporary work around for admin down and up AP lf_check.py : email input is now optional lf_qa.py : added to the help Chuck SmileyRekiere 2022-03-11 08:20:49 -07:00
  • e48cc9d5b5 cc_module_9800_3504.py : updated enable to enable_operation_status, updated disable to disable_operation_status to provide better understanding of the commands wifi_ctl_9800_3504.py : updated enable to enable_operation_status, updated disable to disable_operation_status to provide better understanding of the commands lf_tx_power.py the 24g and 5g need to be enabled during 6g testing to determine Chuck SmileyRekiere 2022-03-10 13:41:11 -07:00
  • c79689c14a lf_tx_power.py : added initial kpi.csv lf_report.py : added creating dataframe from xlsx, lf_check.py : added clearing out lists when test portion complete. lf_qa.py updated help for server ip Chuck SmileyRekiere 2022-03-10 08:41:36 -07:00
  • 86e91f0c76 added 11r_log reading method to cc_module Nikita Yadav 2022-03-10 14:31:13 +05:30
  • 7a155e0e4a added 11r_log reading method Nikita Yadav 2022-03-10 14:15:52 +05:30
  • 6ea9b6de17 lf_tx_power.py adding kpi.csv for Controller dBm, Calculated beacon dBm, Diff Controller dBm & Beacon dBm,Calculated dBm Combined , Diff Controller dBm & Combined Chuck SmileyRekiere 2022-03-09 11:01:17 -07:00
  • 9470424ff1 cc_module_9800_3504.py : updated comment lf_tx_power.py : updated create station Chuck SmileyRekiere 2022-03-08 14:23:19 -07:00
  • 702d75c22b lf_tx_power.py : adjusted naming for batch naming. lf_check.py : batch mode can reprocess the original json to allow for multiple iterations varing the BATCH: channel, nss, channel bandwidth, tx power , OR BATCH: channel, nss, channel bandwidth and COMMAND LINE: tx_power list OR BATCH: channel, nss, and COMMAND LINE: channel bandwidth list, tx_power list Chuck SmileyRekiere 2022-03-07 15:59:06 -07:00
  • 10c8c501dc lf_tx_power.py : initial development to have lf_tx_power.py us lf_report and lf_kpi_csv libraries to place the results in the correct directories when running lf_check.py to do batches. lf_check.py : initial import lf_kpi_csv.py to lf_check to have historical statistics for QA test runs. Chuck SmileyRekiere 2022-03-06 11:02:49 -07:00