Changed dataplane_throughput_test marker to dataplane_tests

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-11-10 22:40:24 +05:30
committed by karthikaeyetea
parent 293a41ac9a
commit edfb2df1cd
4 changed files with 2 additions and 22 deletions

View File

@@ -88,4 +88,4 @@ class TestDataplaneThroughputBRIDGE(object):
instance_name="TIP_DPT_DPT_WPA2_5G_BRIDGE",
influx_tags=influx_tags, move_to_influx=False,
dut_data=setup_configuration
)
)

View File

@@ -88,4 +88,4 @@ class TestDataplaneThroughputNAT(object):
instance_name="TIP_DPT_DPT_WPA2_5G_NAT",
influx_tags=influx_tags, move_to_influx=False,
dut_data=setup_configuration
)
)

View File

@@ -37,11 +37,7 @@ setup_params_general = {
@pytest.mark.usefixtures("setup_configuration")
class TestDataplaneThroughputBRIDGE(object):
"""Dataplane THroughput BRIDGE Mode
<<<<<<< HEAD
pytest -m "dataplane_tests and wpa3_personal and bridge"
=======
pytest -m "dataplane_throughput_test and wpa3_personal and bridge"
>>>>>>> Changed marker expression in description
"""
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673")
@@ -79,11 +75,7 @@ class TestDataplaneThroughputBRIDGE(object):
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput BRIDGE Mode
<<<<<<< HEAD
pytest -m "dataplane_tests and bridge and wpa3_personal and fiveg"
=======
pytest -m "dataplane_throughput_test and bridge and wpa3_personal and fiveg"
>>>>>>> Changed marker expression in description
"""
profile_data = {"ssid_name": "wpa3_personal_dataplane_5g", "appliedRadios": ["5G"], "security_key": "something"}
ssid_name = profile_data["ssid_name"]

View File

@@ -38,11 +38,7 @@ setup_params_general = {
@pytest.mark.usefixtures("setup_configuration")
class TestDataplaneThroughputVLAN(object):
"""Dataplane THroughput VLAN Mode
<<<<<<< HEAD
pytest -m "dataplane_tests and wpa3_personal and vlan"
=======
pytest -m "dataplane_throughput_test and wpa3_personal and vlan"
>>>>>>> Changed marker expression in description
"""
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673")
@@ -54,11 +50,7 @@ class TestDataplaneThroughputVLAN(object):
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput VLAN Mode
<<<<<<< HEAD
pytest -m "dataplane_tests and vlan and wpa3_personal and twog"
=======
pytest -m "dataplane_throughput_test and vlan and wpa3_personal and twog"
>>>>>>> Changed marker expression in description
"""
profile_data = {"ssid_name": "wpa3_personal_dataplane_2g", "appliedRadios": ["2G"], "security_key": "something",
"vlan": 100}
@@ -86,11 +78,7 @@ class TestDataplaneThroughputVLAN(object):
get_target_object,
num_stations, setup_configuration):
"""Dataplane THroughput VLAN Mode
<<<<<<< HEAD
pytest -m "dataplane_tests and vlan and wpa3_personal and fiveg"
=======
pytest -m "dataplane_throughput_test and vlan and wpa3_personal and fiveg"
>>>>>>> Changed marker expression in description
"""
profile_data = {"ssid_name": "wpa3_personal_dataplane_5g", "appliedRadios": ["2G"], "security_key": "something",
"vlan": 100}