mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	ct_us_scripts.json : added test_ipv4_ps , test_ipv4_ttls , tests turned off
place holders when bridge is worked out. Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		| @@ -444,6 +444,14 @@ | ||||
|                     " --dut_model_num  USE_DUT_NAME --dut_sw_version DUT_SW --dut_hw_version DUT_HW --dut_serial_num DUT_SN" | ||||
|                 ] | ||||
|             }, | ||||
|             "clean_up_cxs_endp_sta_0":{ | ||||
|                 "enabled":"TRUE", | ||||
|                 "command":"lf_cleanup.py", | ||||
|                 "args":"", | ||||
|                 "args_list":[ | ||||
|                     " --mgr LF_MGR_IP --cxs --sta" | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ip_connection-ipv4":{ | ||||
|                 "enabled":"TRUE", | ||||
|                 "command":"test_ip_connection.py", | ||||
| @@ -452,7 +460,44 @@ | ||||
|                     " --mgr LF_MGR_IP --num_stations 4 --upstream_port UPSTREAM_PORT", | ||||
|                     " use_ssid_idx=1 --radio wiphy1 --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED", | ||||
|                     " --debug"]}, | ||||
|             "test_ip_variable_time_ipv4_udp":{ | ||||
|                     "clean_up_cxs_endp_sta":{ | ||||
|                         "enabled":"TRUE", | ||||
|                         "command":"lf_cleanup.py", | ||||
|                         "args":"", | ||||
|                         "args_list":[ | ||||
|                             " --mgr LF_MGR_IP --cxs --sta" | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ip_variable_time_ipv4_24g":{ | ||||
|                 "enabled":"TRUE", | ||||
|                 "command":"test_ip_variable_time.py", | ||||
|                 "timeout":"360", | ||||
|                 "args":"", | ||||
|                 "args_list":[ | ||||
|                     " --mgr LF_MGR_IP ", | ||||
|                     " use_ssid_idx=0  --radio wiphy0 --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED", | ||||
|                     " --test_duration 60s --output_format csv ", | ||||
|                     " --traffic_type lf_tcp --a_min 600000000 --b_min 600000000  --upstream_port eth2", | ||||
|                     " --mode '5' --layer3_cols 'name','tx rate','rx rate' ", | ||||
|                     " --port_mgr_cols 'alias','channel','activity','mode'", | ||||
|                     " --num_stations 1" | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ip_variable_time_ipv4_5g":{ | ||||
|                 "enabled":"TRUE", | ||||
|                 "timeout":"360", | ||||
|                 "command":"test_ip_variable_time.py", | ||||
|                 "args":"", | ||||
|                 "args_list":[ | ||||
|                     " --mgr LF_MGR_IP", | ||||
|                     " use_ssid_idx=1  --radio wiphy1 --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED", | ||||
|                     " --test_duration 60s --output_format csv ", | ||||
|                     " --traffic_type lf_tcp --a_min 600000000 --b_min 600000000  --upstream_port eth2", | ||||
|                     " --mode '5' --layer3_cols 'name','tx rate','rx rate' ", | ||||
|                     " --port_mgr_cols 'alias','channel','activity','mode'" | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ip_variable_time_ipv4_5g_udp":{ | ||||
|                 "enabled":"FALSE", | ||||
|                 "command":"test_ip_variable_time.py", | ||||
|                 "args":"", | ||||
| @@ -462,7 +507,7 @@ | ||||
|                     " --test_duration 15s --output_format csv --layer3_cols name,tx_bytes,rx_bytes,dropped", | ||||
|                     " --traffic_type lf_udp", | ||||
|                     " --debug"]}, | ||||
|             "test_ip_variable_time_ipv4_tcp":{ | ||||
|             "test_ip_variable_time_ipv4_5g_tcp":{ | ||||
|                 "enabled":"FALSE", | ||||
|                 "command":"test_ip_variable_time.py", | ||||
|                 "args":"", | ||||
| @@ -531,6 +576,24 @@ | ||||
|                 "args_list":[" --mgr LF_MGR_IP " | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ipv4_ps":{ | ||||
|                 "enabled":"FALSE", | ||||
|                 "command":"test_ipv4_ps.py", | ||||
|                 "args":"", | ||||
|                 "args_list":[ | ||||
|                     "--mgr LF_MGR_IP --radio 1.1.wiphy1 --upstream_port 1.1.eth2 --radio2 1.1.wiphy2", | ||||
|                     " use_ssid_idx=1 --ssid SSID_USED --passwd  SSID_PW_USED --security  SECURITY_USED " | ||||
|                 ] | ||||
|             }, | ||||
|             "test_ipv4_ttls":{ | ||||
|                 "enabled":"FALSE", | ||||
|                 "command":"test_ipv4_ttls.py", | ||||
|                 "args":"", | ||||
|                 "args_list":[ | ||||
|                     "--mgr LF_MGR_IP --radio 1.1.wiphy0 --upstream_port 1.1.eth2 ", | ||||
|                     " use_ssid_idx=0 --ssid SSID_USED --passwd  SSID_PW_USED --security  SECURITY_USED " | ||||
|                 ] | ||||
|             }, | ||||
|             "clean_up_cxs_endp_sta_l3_powersave":{ | ||||
|                 "enabled":"TRUE", | ||||
|                 "command":"lf_cleanup.py", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere