mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 21:31:36 +00:00
Changed dataplane_throughput_test marker to dataplane_tests
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
karthikaeyetea
parent
293a41ac9a
commit
edfb2df1cd
@@ -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
|
||||
)
|
||||
)
|
||||
@@ -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
|
||||
)
|
||||
)
|
||||
@@ -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"]
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user