Skip to content

Commit

Permalink
Replaced protocol TCP-IPV4 with TCP & UDP-IPV4 with UDP in the automa…
Browse files Browse the repository at this point in the history
…tion (#995)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
  • Loading branch information
jitendracandela committed Sep 19, 2024
1 parent f4f3fa3 commit 3126395
Show file tree
Hide file tree
Showing 52 changed files with 2,382 additions and 2,382 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test
dut_mode = get_lab_info.CONFIGURATION[selected_testbed]["device_under_tests"][0]["mode"]

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_dl", dut_data=setup_configuration,
dut_mode=dut_mode, protocol="TCP-IPv4", upload_rate="56Kbps",
dut_mode=dut_mode, protocol="TCP", upload_rate="56Kbps",
download_rate="10Gbps", num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand All @@ -86,7 +86,7 @@ def test_client_wpa2_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test
dut_mode = get_lab_info.CONFIGURATION[selected_testbed]["device_under_tests"][0]["mode"]

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_dl", dut_data=setup_configuration,
dut_mode=dut_mode, protocol="UDP-IPv4", upload_rate="56Kbps",
dut_mode=dut_mode, protocol="UDP", upload_rate="56Kbps",
download_rate="10Gbps", num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand All @@ -112,7 +112,7 @@ def test_client_wpa2_bridge_tcp_bidirectional(self, get_test_library, get_dut_lo

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="TCP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand All @@ -138,7 +138,7 @@ def test_client_wpa2_bridge_udp_bidirectional(self, get_test_library, get_dut_lo

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="UDP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand All @@ -165,7 +165,7 @@ def test_client_wpa2_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="TCP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand All @@ -192,7 +192,7 @@ def test_client_wpa2_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="UDP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"5G": 1}, mode="BRIDGE")
assert True

Expand Down Expand Up @@ -252,7 +252,7 @@ def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="TCP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True

Expand All @@ -279,7 +279,7 @@ def test_client_wpa2_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="UDP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True

Expand All @@ -306,7 +306,7 @@ def test_client_wpa2_bridge_tcp_bidirectional(self, get_test_library, get_dut_lo
get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_bidirectional",
dut_data=setup_configuration,
dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="TCP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True

Expand All @@ -333,7 +333,7 @@ def test_client_wpa2_bridge_udp_bidirectional(self, get_test_library, get_dut_lo
get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_bidirectional",
dut_data=setup_configuration,
dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="UDP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True

Expand All @@ -360,7 +360,7 @@ def test_client_wpa2_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_tcp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="TCP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True

Expand All @@ -387,6 +387,6 @@ def test_client_wpa2_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_bridge_udp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="UDP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"2G": 1}, mode="BRIDGE")
assert True
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_client_wpa2_nat_tcp_dl(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="TCP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -87,7 +87,7 @@ def test_client_wpa2_nat_udp_dl(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="UDP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -113,7 +113,7 @@ def test_client_wpa2_nat_tcp_bidirectional(self, get_test_library, get_dut_logs_

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="TCP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -139,7 +139,7 @@ def test_client_wpa2_nat_udp_bidirectional(self, get_test_library, get_dut_logs_

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_udp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="UDP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -166,7 +166,7 @@ def test_client_wpa2_nat_tcp_ul(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="TCP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -193,7 +193,7 @@ def test_client_wpa2_nat_udp_ul(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_udp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="UDP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"5G": 1}, mode="NAT-WAN")
assert True

Expand Down Expand Up @@ -252,7 +252,7 @@ def test_client_wpa2_nat_tcp_dl(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="TCP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -279,7 +279,7 @@ def test_client_wpa2_nat_udp_dl(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_udp_dl",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="56Kbps", download_rate="10Gbps",
protocol="UDP", upload_rate="56Kbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -305,7 +305,7 @@ def test_client_wpa2_nat_tcp_bidirectional(self, get_test_library, get_dut_logs_

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="TCP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -331,7 +331,7 @@ def test_client_wpa2_nat_udp_bidirectional(self, get_test_library, get_dut_logs_

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_udp_bidirectional",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="10Gbps",
protocol="UDP", upload_rate="10Gbps", download_rate="10Gbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -358,7 +358,7 @@ def test_client_wpa2_nat_tcp_ul(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_tcp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="TCP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="TCP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True

Expand All @@ -385,6 +385,6 @@ def test_client_wpa2_nat_udp_ul(self, get_test_library, get_dut_logs_per_test_ca

get_test_library.ax_capacity_test(instance_name="test_client_wpa2_nat_udp_ul",
dut_data=setup_configuration, dut_mode=dut_mode,
protocol="UDP-IPv4", upload_rate="10Gbps", download_rate="56Kbps",
protocol="UDP", upload_rate="10Gbps", download_rate="56Kbps",
num_stations={"2G": 1}, mode="NAT-WAN")
assert True
Loading

0 comments on commit 3126395

Please sign in to comment.