mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-27 10:23:37 +00:00
Added some upload traffic for udp download test case in BRIDGE mode (#780)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -74,7 +74,7 @@ class TestWifiCapacityBRIDGEMode2G(object):
|
||||
mode = "BRIDGE"
|
||||
get_test_library.wifi_capacity(instance_name="test_client_wpa2_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={"2G": max_stations})
|
||||
assert True
|
||||
@@ -227,7 +227,7 @@ class TestWifiCapacityBRIDGEMode5G(object):
|
||||
mode = "BRIDGE"
|
||||
get_test_library.wifi_capacity(instance_name="test_client_wpa2_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={"5G": max_stations})
|
||||
assert True
|
||||
|
||||
@@ -1411,7 +1411,7 @@ class Test40Mhz2GChannel11PeakThroughput(object):
|
||||
mode = "BRIDGE"
|
||||
get_test_library.wifi_capacity(instance_name="test_client_wpa2_personal_bridge_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
|
||||
|
||||
@@ -78,7 +78,7 @@ class Test80Mhz5GChannel36PeakThroughput(object):
|
||||
mode = "BRIDGE"
|
||||
get_test_library.wifi_capacity(instance_name="test_client_wpa2_bridge_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