Added client_type fixture

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-09-07 17:01:27 +05:30
parent 71b1161136
commit b4bd2ca14a
3 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ class TestDataplaneThroughputBRIDGE(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673")
@pytest.mark.twog
def test_tcp_upd_open_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput BRIDGE Mode.
@@ -61,7 +61,7 @@ class TestDataplaneThroughputBRIDGE(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674")
@pytest.mark.fiveg
def test_tcp_upd_open_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput BRIDGE Mode

View File

@@ -39,9 +39,9 @@ class TestDataplaneThroughputNAT(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673")
@pytest.mark.twog
def test_tcp_upd_open_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_target_object,
num_stations, setup_configuration):
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput NAT Mode.
pytest -m "dataplane_throughput_test and NAT and open and twog"
"""
@@ -61,9 +61,9 @@ class TestDataplaneThroughputNAT(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674")
@pytest.mark.fiveg
def test_tcp_upd_open_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_target_object,
num_stations, setup_configuration):
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput NAT Mode
pytest -m "dataplane_throughput_test and NAT and open and fiveg"
"""

View File

@@ -38,7 +38,7 @@ class TestDataplaneThroughputVLAN(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673")
@pytest.mark.twog
def test_tcp_upd_open_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput VLAN Mode
@@ -61,7 +61,7 @@ class TestDataplaneThroughputVLAN(object):
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674")
@pytest.mark.fiveg
def test_tcp_upd_open_vlan_5g_band(self, get_test_library, get_dut_logs_per_test_case,
get_test_device_logs,
get_test_device_logs, client_type,
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput VLAN Mode