mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	Add json file changes
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		
							
								
								
									
										687
									
								
								py-scripts/sandbox/ct_us_001.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										687
									
								
								py-scripts/sandbox/ct_us_001.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,687 @@ | |||||||
|  | { | ||||||
|  |     "ct_us_001":{ | ||||||
|  |         "Notes":[ | ||||||
|  |             "The json is used to orchastrate the tests to be run on testbed ct_us_001", | ||||||
|  |             "This json file is used as an input to the ./lf_check.py file", | ||||||
|  |             "The variables that are all capitalized below are replaced with configuration", | ||||||
|  |             "from the json file. so LF_MGR_IP in the test below is replaced by the json lf_mgr_ip", | ||||||
|  |             "The replacement is loosely coupled so the upper and lower case convention is used", | ||||||
|  |             "to identify replaced strings in the lf_check.py code."   | ||||||
|  |         ]   | ||||||
|  |     }, | ||||||
|  |     "test_parameters":{ | ||||||
|  |         "test_bed": "CT-US-001", | ||||||
|  |         "test_rig": "CT-US-001", | ||||||
|  |         "lf_mgr_ip": "192.168.100.116", | ||||||
|  |         "lf_mgr_port": "8080", | ||||||
|  |         "dut_set_name": "DUT_NAME ASUSRT-AX88U", | ||||||
|  |         "dut_name": "ASUSRT-AX88U", | ||||||
|  |         "dut_bssid_2g": "3c:7c:3f:55:4d:60", | ||||||
|  |         "dut_bssid_5g": "3c:7c:3f:55:4d:64", | ||||||
|  |         "dut_sw": "3.0.0.4.386_44266", | ||||||
|  |         "test_timeout": 300, | ||||||
|  |         "load_blank_db": false, | ||||||
|  |         "load_factory_default_db": true, | ||||||
|  |         "load_custom_db": false, | ||||||
|  |         "custom_db": "DFLT_ETH1_GEN", | ||||||
|  |         "email_list_production": "konikofi@candelatech.com,greearb@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,jreynolds@candelatech.com", | ||||||
|  |         "host_ip_production": "192.168.100.201", | ||||||
|  |         "email_list_test": "chuck.rekiere@candelatech.com", | ||||||
|  |         "host_ip_test": "192.168.100.201", | ||||||
|  |         "email_title_txt": "Lanforge QA Testing CT-US-001", | ||||||
|  |         "email_txt": "Lanforge QA Testing CT-US-001 " | ||||||
|  |     }, | ||||||
|  |     "test_network":{ | ||||||
|  |         "http_test_ip": "10.40.0.10", | ||||||
|  |         "ftp_test_ip": "10.40.0.10", | ||||||
|  |         "test_ip": "192.168.0.104" | ||||||
|  |     }, | ||||||
|  |     "test_generic":{ | ||||||
|  |         "radio_used": "wiphy1", | ||||||
|  |         "ssid_used": "asus11ax-5", | ||||||
|  |         "ssid_pw_used": "hello123", | ||||||
|  |         "security_used": "wpa2", | ||||||
|  |         "num_sta": 1, | ||||||
|  |         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||||
|  |         "upstream_port": "eth2" | ||||||
|  |     }, | ||||||
|  |     "radio_dict":{ | ||||||
|  |         "RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"}, | ||||||
|  |         "RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"}         | ||||||
|  |     }, | ||||||
|  |     "test_suites":{ | ||||||
|  |         "suite_l3":{ | ||||||
|  |                 "test_l3_longevity":{"enabled":"TRUE","load_db":"skip","command":"test_l3_longevity.py","args":"--test_duration 15s --polling_interval 5s --upstream_port eth2 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"} | ||||||
|  |         }, | ||||||
|  |         "auto_suite":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-001_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 4 --max_stations_5 32 --max_stations_dual 4 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test1": { | ||||||
|  |                 "enabled": "FALSE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_2G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test_2": { | ||||||
|  |                 "enabled": "FALSE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"ghost_profile.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp_mt":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_0":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_mt7915e_sta19":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_wifi_capacity_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_dataplane_ATH10K_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan7", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp_short":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_for_ATH10K":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_ATH10K(9984)_sta50":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 50 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_wifi_capacity_ATH10K(9984)":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_QA":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"./tools/lf_qa.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --path REPORT_PATH --store --png --database ./tools/qa_test_db" | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp_short_igg":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_for_ATH10K":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_ATH10K(9984)_sta50":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 50 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_wifi_capacity_ATH10K(9984)":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_for_ATH10K":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_ATH10K(9984)_sta50":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 50 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_wifi_capacity_ATH10K(9984)":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_ATH10K(9984)_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_dataplane_ATH10K(9984)_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan1", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_dut_for_AX210":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     "--lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy3,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\" "                     | ||||||
|  |                 ] | ||||||
|  |             },     | ||||||
|  |             "CT-US-001_wifi_capacity_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --stations 1.1.wlan3  --test_tag 'AX210'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_dataplane_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan3", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'AX210'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_dut_for_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_mt7915e_sta19":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_wifi_capacity_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_dataplane_ATH10K_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan7", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_create_chamberview_dut_2":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-001_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_ap_auto_2.4":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_2":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-2 security=WPA2 password=hello123 bssid=DUT_BSSID_2G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-2 security=WPA2 password=hello123 bssid=DUT_BSSID_2G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-001_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test_2.4G_basic_client": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 5 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_ap_auto_5g":{ | ||||||
|  |             "CT-US-001_create_chamberview_dut_2":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-001_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test_2.4G_basic_client": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 5 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-001_lf_ap_auto_test_5G": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 			 | ||||||
|  | 	 | ||||||
|  | 		 | ||||||
|  | 	 | ||||||
							
								
								
									
										346
									
								
								py-scripts/sandbox/ct_us_002.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										346
									
								
								py-scripts/sandbox/ct_us_002.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,346 @@ | |||||||
|  | { | ||||||
|  |     "ct_us_002":{ | ||||||
|  |         "Notes":[ | ||||||
|  |             "The json is used to orchastrate the tests to be run on testbed ct_us_002", | ||||||
|  |             "This json file is used as an input to the ./lf_check.py file", | ||||||
|  |             "The variables that are all capitalized below are replaced with configuration", | ||||||
|  |             "from the json file. so LF_MGR_IP in the test below is replaced by the json lf_mgr_ip", | ||||||
|  |             "The replacement is loosely coupled so the upper and lower case convention is used", | ||||||
|  |             "to identify replaced strings in the lf_check.py code."   | ||||||
|  |         ]   | ||||||
|  |     }, | ||||||
|  |     "test_parameters":{ | ||||||
|  |         "test_bed": "CT-US-002", | ||||||
|  |         "test_rig": "CT-US-002", | ||||||
|  |         "lf_mgr_ip": "192.168.100.200", | ||||||
|  |         "lf_mgr_port": "8080", | ||||||
|  |         "dut_set_name": "DUT_NAME NETGEAR59-5G", | ||||||
|  |         "dut_name": "NETGEAR-AX12", | ||||||
|  |         "dut_bssid_5g": "94:a6:7e:54:d4:33", | ||||||
|  |         "test_timeout": 1200, | ||||||
|  |         "load_blank_db": false, | ||||||
|  |         "load_factory_default_db": true, | ||||||
|  |         "load_custom_db": false, | ||||||
|  |         "custom_db": "DFLT_ETH1_GEN", | ||||||
|  |         "email_list_production": "konikofi@candelatech.com,greearb@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,jreynolds@candelatech.com", | ||||||
|  |         "host_ip_production": "192.168.100.201", | ||||||
|  |         "email_list_test": "chuck.rekiere@candelatech.com", | ||||||
|  |         "host_ip_test": "192.168.100.201", | ||||||
|  |         "email_title_txt": "Lanforge QA Testing CT-US-002", | ||||||
|  |         "email_txt": "Lanforge QA Testing CT-US-002" | ||||||
|  |     }, | ||||||
|  |     "test_network":{ | ||||||
|  |         "http_test_ip": "10.40.0.10", | ||||||
|  |         "ftp_test_ip": "10.40.0.10", | ||||||
|  |         "test_ip": "192.168.0.104" | ||||||
|  |     }, | ||||||
|  |     "test_generic":{ | ||||||
|  |         "radio_used": "wiphy1", | ||||||
|  |         "ssid_used": "NETGEAR59-5G", | ||||||
|  |         "ssid_pw_used": "crispynest798", | ||||||
|  |         "security_used": "wpa2", | ||||||
|  |         "num_sta": 4, | ||||||
|  |         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||||
|  |         "upstream_port": "1.1.eth2" | ||||||
|  |     }, | ||||||
|  |     "test_database":{ | ||||||
|  |         "database_config": "True", | ||||||
|  |         "database_host": "192.168.100.201", | ||||||
|  |         "database_port": "8086", | ||||||
|  |         "database_token": "-u_Wd-L8o992701QF0c5UmqEp7w7Z7YOMaWLxOMgmHfATJGnQbbmYyNxHBR9PgD6taM_tcxqJl6U8DjU1xINFQ==", | ||||||
|  |         "database_org": "Candela", | ||||||
|  |         "database_bucket": "lanforge_qa_testing", | ||||||
|  |         "database_tag": "testbed CT-US-002" | ||||||
|  |     }, | ||||||
|  |     "test_dashboard":{ | ||||||
|  |         "dashboard_config": "True", | ||||||
|  |         "dashboard_host": "192.168.100.201", | ||||||
|  |         "dashboard_token": "eyJrIjoiS1NGRU8xcTVBQW9lUmlTM2dNRFpqNjFqV05MZkM0dzciLCJuIjoibWF0dGhldyIsImlkIjoxfQ==" | ||||||
|  |     }, | ||||||
|  |     "test_blog":{ | ||||||
|  |         "blog_config": "True", | ||||||
|  |         "blog_host": "192.168.100.153", | ||||||
|  |         "blog_token": "60df4b0175953f400cd30650:d50e1fabf9a9b5d3d30fe97bc3bf04971d05496a89e92a169a0d72357c81f742", | ||||||
|  |         "blog_authors": "Matthew", | ||||||
|  |         "blog_customer": "candela", | ||||||
|  |         "blog_user_push": "lanforge", | ||||||
|  |         "blog_password_push": "lanforge", | ||||||
|  |         "blog_flag": "--kpi_to_ghost" | ||||||
|  |     }, | ||||||
|  |     "radio_dict":{ | ||||||
|  |         "RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"4","SSID":"NETGEAR59-5G","PASSWD":"crispynest798","SECURITY":"wpa2"}, | ||||||
|  |         "RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"4","SSID":"NETGEAR59-5G","PASSWD":"crispynest798","SECURITY":"wpa2"}         | ||||||
|  | <<<<<<< Updated upstream | ||||||
|  | ======= | ||||||
|  |     }, | ||||||
|  |     "test_suites":{ | ||||||
|  |         "suite_two":{ | ||||||
|  |                 "test_l3_longevity":{"enabled":"TRUE","command":"test_l3_longevity.py","args":"--test_duration 15s --polling_interval 5s --upstream_port UPSTREAM_PORT --radio 'radio==wiphy1,stations==4,ssid==ct523c-vap,ssid_pw==ct523c-vap,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"} | ||||||
|  |         }, | ||||||
|  |         "auto_suite":{ | ||||||
|  |             "CT-US-002_create_chamberview_dut_1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"4800", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"ghost_profile.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp":{ | ||||||
|  |             "CT-US-002_create_chamberview_dut_1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_ATH10k_sta64":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_wifi_capacity_ATH10k(9984)":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream UPSTREAM_PORT --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_create_chamberview_dut_ATH10K_wan1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_ATH10k_wan1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_dataplane_ATH10k(9984) CT-US-002":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream UPSTREAM_PORT --dut DUT_NAME --duration 30s --station 1.1.wlan1", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20' ", | ||||||
|  |                     " --raw_line 'spatial_streams: 4' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_create_chamberview_dut_2":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_AX200_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" "                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_wifi_capacity_AX200 CT-US-002":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream UPSTREAM_PORT --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --stations 1.1.wlan4 --test_tag 'ATH10K(9984)' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_create_chamberview_dut_AX200_wan1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_AX200_wan1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" "                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_dataplane_AX200":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream UPSTREAM_PORT --dut DUT_NAME --duration 30s --station 1.1.wlan4", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 4' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'AX200'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_create_chamberview_dut_auto":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=NETGEAR59-5G security=WPA2 password=crispynest798 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-002_create_chamberview_auto":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-002_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "FALSE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout": "1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH  --test_tag 'AX200'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  | >>>>>>> Stashed changes | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 			 | ||||||
|  | 	 | ||||||
|  | 		 | ||||||
|  | 	 | ||||||
							
								
								
									
										167
									
								
								py-scripts/sandbox/ct_us_003.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										167
									
								
								py-scripts/sandbox/ct_us_003.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,167 @@ | |||||||
|  | { | ||||||
|  |     "test_parameters":{ | ||||||
|  |         "test_timeout": 200, | ||||||
|  |         "load_blank_db": false, | ||||||
|  |         "load_factory_default_db": true, | ||||||
|  |         "load_custom_db": false, | ||||||
|  |         "custom_db": "DFLT_ETH1_GEN", | ||||||
|  |         "email_list_production": "konikofi@candelatech.com,greearb@candelatech.com,logan.lipke@candelatech.com,chuck.rekiere@candelatech.com,", | ||||||
|  |         "host_ip_production": "192.168.95.6", | ||||||
|  |         "email_list_test": "chuck.rekiere@candelatech.com", | ||||||
|  |         "host_ip_test": "192.168.95.6", | ||||||
|  |         "lf_mgr": "192.168.100.116", | ||||||
|  |         "lf_mgr_ip": "192.168.100.233", | ||||||
|  |         "email_title_txt": "Lanforge QA Testing CT-US-001", | ||||||
|  |         "email_txt": "Lanforge QA Testing CT-US-001 " | ||||||
|  |     }, | ||||||
|  |     "test_network":{ | ||||||
|  |         "http_test_ip": "10.40.0.10", | ||||||
|  |         "ftp_test_ip": "10.40.0.10", | ||||||
|  |         "test_ip": "192.168.0.104" | ||||||
|  |     }, | ||||||
|  |     "test_generic":{ | ||||||
|  |         "radio_used": "wiphy1", | ||||||
|  |         "ssid_used": "asus11ax-5", | ||||||
|  |         "ssid_pw_used": "hello123", | ||||||
|  |         "security_used": "wpa2", | ||||||
|  |         "num_sta": 4, | ||||||
|  |         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||||
|  |         "upstream_port": "eth1" | ||||||
|  |     }, | ||||||
|  |     "radio_dict":{ | ||||||
|  |         "RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"4","SSID":"ct523c-vap","PASSWD":"ct523c-vap","SECURITY":"wpa2"}, | ||||||
|  |         "RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"4","SSID":"ct523c-vap","PASSWD":"ct523c-vap","SECURITY":"wpa2"}         | ||||||
|  |     }, | ||||||
|  |     "test_suites": { | ||||||
|  |             "CT-US-003_create_chamberview_dut_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=ct-us-ssid security=WPA2 password=ct-us-ssid bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=ct-us-ssid security=WPA2 password=ct-us-ssid bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-003_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" ", | ||||||
|  |                     " --raw_line \"profile_link 1.3 Test_AP 1 NA NA wiphy0, eth1 -1 NA\" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "vap_suite": { | ||||||
|  |                 "CT-US-003_VAP": { | ||||||
|  |                     "enabled": "TRUE", | ||||||
|  |                     "command": "create_vap.py", | ||||||
|  |                     "args": "", | ||||||
|  |                     "args_list": [ | ||||||
|  |                         " --mgr LF_MGR_IP", | ||||||
|  |                         " --resource 3", | ||||||
|  |                         " --ssid ct-us-ssid", | ||||||
|  |                         " --password ct-us-ssid", | ||||||
|  |                         " --security wpa2", | ||||||
|  |                         " --radio wiphy1", | ||||||
|  |                         " --upstream_port eth1", | ||||||
|  |                         " --mode 802.11anAC" | ||||||
|  |                     ] | ||||||
|  |                 }, | ||||||
|  |             "CT-US-003_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 4 --max_stations_5 32 --max_stations_dual 4 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-003_create_chamberview_dut_0":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=ct-us-ssid security=WPA2 password=ct-us-ssid bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=ct-us-ssid security=WPA2 password=ct-us-ssid bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-003_create_chamberview_mt7915e_sta19":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"", | ||||||
|  |                     " --raw_line \"profile_link 1.3 Test_AP 1 NA NA wiphy0, eth1 -1 NA\" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-003_wifi_capacity_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-003_create_chamberview_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ct-us-001-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-003_dataplane_ATH10K_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan7", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 			 | ||||||
|  | 	 | ||||||
|  | 		 | ||||||
|  | 	 | ||||||
							
								
								
									
										481
									
								
								py-scripts/sandbox/ct_us_004.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										481
									
								
								py-scripts/sandbox/ct_us_004.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,481 @@ | |||||||
|  | { | ||||||
|  |     "ct_us_004":{ | ||||||
|  |         "Notes":[ | ||||||
|  |             "The json is used to orchastrate the tests to be run on testbed ct_us_004", | ||||||
|  |             "This json file is used as an input to the ./lf_check.py file", | ||||||
|  |             "The variables that are all capitalized below are replaced with configuration", | ||||||
|  |             "from the json file. so LF_MGR_IP in the test below is replaced by the json lf_mgr_ip", | ||||||
|  |             "The replacement is loosely coupled so the upper and lower case convention is used", | ||||||
|  |             "to identify replaced strings in the lf_check.py code."   | ||||||
|  |         ]   | ||||||
|  |     }, | ||||||
|  |     "test_parameters":{ | ||||||
|  |         "test_bed": "CT-US-004", | ||||||
|  |         "test_rig": "CT-US-004", | ||||||
|  |         "lf_mgr_ip": "192.168.100.194", | ||||||
|  |         "lf_mgr_port": "8080", | ||||||
|  |         "dut_set_name": "DUT_NAME Asus-RT-AX88U", | ||||||
|  |         "dut_name": "Asus-RT-AX88U", | ||||||
|  |         "dut_bssid_2g": "d4:5d:64:a0:7f:78", | ||||||
|  |         "dut_bssid_5g": "d4:5d:64:a0:7f:7c", | ||||||
|  |         "dut_sw": "3.0.0.4.386_44266", | ||||||
|  |         "test_timeout": 300, | ||||||
|  |         "load_blank_db": false, | ||||||
|  |         "load_factory_default_db": true, | ||||||
|  |         "load_custom_db": false, | ||||||
|  |         "custom_db": "DFLT_ETH1_GEN", | ||||||
|  |         "email_list_production": "konikofi@candelatech.com,greearb@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,jreynolds@candelatech.com", | ||||||
|  |         "host_ip_production": "192.168.100.201", | ||||||
|  |         "email_list_test": "chuck.rekiere@candelatech.com", | ||||||
|  |         "host_ip_test": "192.168.100.201", | ||||||
|  |         "email_title_txt": "Lanforge QA Testing CT-US-004", | ||||||
|  |         "email_txt": "Lanforge QA Testing CT-US-004 " | ||||||
|  |     }, | ||||||
|  |     "test_network":{ | ||||||
|  |         "http_test_ip": "10.40.0.10", | ||||||
|  |         "ftp_test_ip": "10.40.0.10", | ||||||
|  |         "test_ip": "192.168.0.104" | ||||||
|  |     }, | ||||||
|  |     "test_generic":{ | ||||||
|  |         "radio_used": "wiphy1", | ||||||
|  |         "ssid_used": "asus11ax-5", | ||||||
|  |         "ssid_pw_used": "hello123", | ||||||
|  |         "security_used": "wpa2", | ||||||
|  |         "num_sta": 1, | ||||||
|  |         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||||
|  |         "upstream_port": "eth2" | ||||||
|  |     }, | ||||||
|  |     "test_database":{ | ||||||
|  |         "database_config": "True", | ||||||
|  |         "database_host": "192.168.100.201", | ||||||
|  |         "database_port": "8086", | ||||||
|  |         "database_token": "-u_Wd-L8o992701QF0c5UmqEp7w7Z7YOMaWLxOMgmHfATJGnQbbmYyNxHBR9PgD6taM_tcxqJl6U8DjU1xINFQ==", | ||||||
|  |         "database_org": "Candela", | ||||||
|  |         "database_bucket": "lanforge_qa_testing", | ||||||
|  |         "database_tag": "testbed CT-US-004" | ||||||
|  |     }, | ||||||
|  |     "test_dashboard":{ | ||||||
|  |         "dashboard_config": "True", | ||||||
|  |         "dashboard_host": "192.168.100.201", | ||||||
|  |         "dashboard_token": "eyJrIjoiS1NGRU8xcTVBQW9lUmlTM2dNRFpqNjFqV05MZkM0dzciLCJuIjoibWF0dGhldyIsImlkIjoxfQ==" | ||||||
|  |     }, | ||||||
|  |     "test_blog":{ | ||||||
|  |         "blog_config": "True", | ||||||
|  |         "blog_host": "192.168.100.153", | ||||||
|  |         "blog_token": "60df4b0175953f400cd30650:d50e1fabf9a9b5d3d30fe97bc3bf04971d05496a89e92a169a0d72357c81f742", | ||||||
|  |         "blog_authors": "Matthew", | ||||||
|  |         "blog_customer": "candela", | ||||||
|  |         "blog_user_push": "lanforge", | ||||||
|  |         "blog_password_push": "lanforge", | ||||||
|  |         "blog_flag": "--kpi_to_ghost" | ||||||
|  |     }, | ||||||
|  |     "radio_dict":{ | ||||||
|  |         "RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"}, | ||||||
|  |         "RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"}         | ||||||
|  | <<<<<<< Updated upstream | ||||||
|  |     } | ||||||
|  | ======= | ||||||
|  |     }, | ||||||
|  |     "test_suites":{ | ||||||
|  |         "suite_l3":{ | ||||||
|  |                 "test_l3_longevity":{"enabled":"TRUE","load_db":"skip","command":"test_l3_longevity.py","args":"--test_duration 15s --polling_interval 5s --upstream_port eth2 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"} | ||||||
|  |         }, | ||||||
|  |         "auto_suite":{ | ||||||
|  |             "CT-US-004_create_chamberview_dut_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ]}, | ||||||
|  |             "CT-US-004_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 64 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_lf_ap_auto_test_2": { | ||||||
|  |                 "enabled": "FALSE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"ghost_profile.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp_mt":{ | ||||||
|  |             "CT-US-004_create_chamberview_dut_0":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G mode=5'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G mode=5'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_mt7915e_sta19":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_wifi_capacity_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_dataplane_ATH10K_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan7", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "suite_wc_dp":{ | ||||||
|  |             "CT-US-004_create_chamberview_dut_0":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_ATH10K(9984)_sta50":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 50 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_wifi_capacity_ATH10K(9984)":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_ATH10K(9984)_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\"", | ||||||
|  |                     " --raw_line \"profile_link 1.1 routed-AP 1 NA NA wiphy0.eth1 -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_dataplane_ATH10K(9984)_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan1", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'ATH10K(9984)'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_dut_1":{ | ||||||
|  |                 "enabled":"FALSE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     "--lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"FALSE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy3,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\" "                     | ||||||
|  |                 ] | ||||||
|  |             },     | ||||||
|  |             "CT-US-004_wifi_capacity_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"FALSE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --stations 1.1.wlan3", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_dataplane_wiphy3_AX210_sta1":{ | ||||||
|  |                 "enabled":"FALSE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan3", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_dut_for_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_mt7915e_sta19":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 19 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_wifi_capacity_mt7915e":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "timeout":"600", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_wifi_capacity_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||||
|  |                     " --upstream 1.1.eth2 --batch_size 1,5,25 --loop_iter 1 --protocol UDP-IPv4 --duration 6000", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e'", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario CT-US-004-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy7,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA\""                     | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_dataplane_ATH10K_mt7915e_sta1":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"lf_dataplane_test.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge --instance_name cicd-dpt", | ||||||
|  |                     " --config_name test_con --upstream 1.1.eth2 --dut asus_5g --duration 30s --station 1.1.wlan7", | ||||||
|  |                     " --download_speed 85% --upload_speed 0 --raw_line 'pkts: 60;88;120;256;512;1024;MTU' ", | ||||||
|  |                     " --raw_line 'directions: DUT Transmit' --raw_line 'traffic_types: UDP' --raw_line 'bandw_options: 20'", | ||||||
|  |                     " --raw_line 'spatial_streams: 1' --pull_report --local_lf_report_dir REPORT_PATH --test_tag 'mt7915e' ", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_dut_2":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview_dut.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --dut_name DUT_NAME", | ||||||
|  |                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=DUT_BSSID_5G'", | ||||||
|  |                     " --sw_version DUT_SW --hw_version DUT_HW --serial_num DUT_SERIAL --model_num DUT_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_create_chamberview_ap":{ | ||||||
|  |                 "enabled":"TRUE", | ||||||
|  |                 "load_db":"skip", | ||||||
|  |                 "command":"create_chamberview.py", | ||||||
|  |                 "args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --lfmgr LF_MGR_IP --port LF_MGR_PORT --delete_scenario", | ||||||
|  |                     " --create_scenario ucentral-scenario ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 32 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy4,AUTO -1 NA\" ", | ||||||
|  |                     " --raw_line \"profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA \" " | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "CT-US-004_lf_ap_auto_test": { | ||||||
|  |                 "enabled": "TRUE", | ||||||
|  |                 "command": "lf_ap_auto_test.py", | ||||||
|  |                 "timeout":"1200", | ||||||
|  |                 "args": "", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --mgr LF_MGR_IP --port LF_MGR_PORT --lf_user lanforge --lf_password lanforge", | ||||||
|  |                     " --instance_name ap-auto-instance --config_name test_con --upstream UPSTREAM_PORT", | ||||||
|  |                     " --dut5_0 'DUT_NAME lanforge DUT_BSSID_5G (1)' --dut2_0 'DUT_NAME lanforge DUT_BSSID_5G (1)'", | ||||||
|  |                     " --max_stations_2 32 --max_stations_5 32 --max_stations_dual 100 --radio2 1.1.wiphy1", | ||||||
|  |                     " --radio5 1.1.wiphy2 --set 'Basic Client Connectivity' 1", | ||||||
|  |                     " --set 'Multi Band Performance' 0 --set 'Stability' 0 --set 'Multi-Station Throughput vs Pkt Size'  0,", | ||||||
|  |                     " --set 'Throughput vs Pkt Size' 0 --set 'Capacity' 0 --set 'Band-Steering' 0 --set 'Skip 2.4 Ghz Tests' 1", | ||||||
|  |                     " --pull_report --local_lf_report_dir REPORT_PATH --test_tag ATH10K(9984)", | ||||||
|  |                     " --test_rig TEST_RIG --influx_host DATABASE_HOST --influx_port DATABASE_PORT --influx_org DATABASE_ORG", | ||||||
|  |                     " --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET --influx_tag DATABASE_TAG --set DUT_SET_NAME" | ||||||
|  |                 ] | ||||||
|  |             }, | ||||||
|  |             "GHOST":{"enabled":"TRUE","load_db":"skip","command":"ghost_profile.py","args":"", | ||||||
|  |                 "args_list":[ | ||||||
|  |                     " --ghost_token BLOG_TOKEN --ghost_host BLOG_HOST --authors BLOG_AUTHORS --customer BLOG_CUSTOMER", | ||||||
|  |                     " --user_push BLOG_USER_PUSH --password BLOG_PASSWORD_PUSH BLOG_FLAG --grafana_token DASHBOARD_TOKEN", | ||||||
|  |                     " --grafana_host DASHBOARD_HOST --grafana_bucket DATABASE_BUCKET --parent_folder REPORT_PATH", | ||||||
|  |                     " --influx_host DATABASE_HOST --influx_org DATABASE_ORG --influx_token=DATABASE_TOKEN --influx_bucket DATABASE_BUCKET", | ||||||
|  |                     " --influx_tag DATABASE_TAG " | ||||||
|  |                 ] | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     }    | ||||||
|  | >>>>>>> Stashed changes | ||||||
|  | } | ||||||
|  | 			 | ||||||
|  | 	 | ||||||
|  | 		 | ||||||
|  | 	 | ||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham