mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 02:48:11 +00:00 
			
		
		
		
	Added some upload traffic for udp download test case in NAT mode (#779)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		| @@ -74,7 +74,7 @@ class TestWifiCapacityNATMode2G(object): | ||||
|         mode = "NAT-WAN" | ||||
|         get_test_library.wifi_capacity(instance_name="test_client_wpa2_NAT_udp_dl", mode=mode, | ||||
|                                        download_rate="1Gbps", batch_size="1,5,10,20,40,64,128,256", | ||||
|                                        upload_rate="0Gbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        upload_rate="56Kbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        move_to_influx=False, dut_data=setup_configuration, ssid_name=ssid_name, | ||||
|                                        num_stations={"2G": max_stations}) | ||||
|         assert True | ||||
| @@ -227,7 +227,7 @@ class TestWifiCapacityNATMode5G(object): | ||||
|         mode = "NAT-WAN" | ||||
|         get_test_library.wifi_capacity(instance_name="test_client_wpa2_NAT_udp_dl", mode=mode, | ||||
|                                        download_rate="1Gbps", batch_size="1,5,10,20,40,64,128,256", | ||||
|                                        upload_rate="0Gbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        upload_rate="56Kbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        move_to_influx=False, dut_data=setup_configuration, ssid_name=ssid_name, | ||||
|                                        num_stations={"5G": max_stations}) | ||||
|         assert True | ||||
|   | ||||
| @@ -366,7 +366,7 @@ class TestWifiCapacityBRIDGEMode6G(object): | ||||
|         mode = "BRIDGE" | ||||
|         get_test_library.wifi_capacity(instance_name="test_client_wpa3_BRIDGE_udp_dl", mode=mode, | ||||
|                                        download_rate="1Gbps", batch_size="1,5,10,20,40,64,128,256", | ||||
|                                        upload_rate="0Gbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        upload_rate="56Kbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        move_to_influx=False, dut_data=setup_configuration, ssid_name=ssid_name, | ||||
|                                        num_stations={"6G": max_stations}) | ||||
|         assert True | ||||
|   | ||||
| @@ -1397,7 +1397,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): | ||||
|         mode = "NAT-WAN" | ||||
|         get_test_library.wifi_capacity(instance_name="test_client_wpa2_personal_nat_tcp_bidirectional", mode=mode, | ||||
|                                        download_rate="1Gbps", batch_size="1", | ||||
|                                        upload_rate="0Gbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        upload_rate="56Kbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        move_to_influx=False, dut_data=setup_configuration, ssid_name=ssid_name, | ||||
|                                        num_stations={"2G": 1}) | ||||
|         assert True | ||||
|   | ||||
| @@ -77,7 +77,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): | ||||
|         mode = "NAT-WAN" | ||||
|         get_test_library.wifi_capacity(instance_name="test_client_wpa2_nat_tcp_bidirectional", mode=mode, | ||||
|                                        download_rate="1Gbps", batch_size="1", | ||||
|                                        upload_rate="0Gbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        upload_rate="56Kbps", protocol="UDP-IPv4", duration="60000", | ||||
|                                        move_to_influx=False, dut_data=setup_configuration, ssid_name=ssid_name, | ||||
|                                        num_stations={"5G": 1}) | ||||
|         assert True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jitendracandela
					jitendracandela