mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-03-20 03:41:54 +00:00
Changed class and function names
Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
@@ -4,8 +4,7 @@ import os
|
||||
import time
|
||||
import pandas as pd
|
||||
|
||||
pytestmark = [pytest.mark.advance, pytest.mark.multistaperf, pytest.mark.nat]
|
||||
|
||||
# pytestmark = [pytest.mark.advance, pytest.mark.multistaperf, pytest.mark.nat]
|
||||
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -41,6 +41,7 @@ setup_params_general = {
|
||||
)
|
||||
@pytest.mark.usefixtures("setup_profiles")
|
||||
class TestDynamicVlanOverSsid5GWpa3(object):
|
||||
|
||||
@pytest.mark.dynamic_precedence_over_ssid
|
||||
@pytest.mark.wpa3_enterprise
|
||||
@pytest.mark.fiveg
|
||||
|
||||
@@ -42,6 +42,7 @@ setup_params_general = {
|
||||
)
|
||||
@pytest.mark.usefixtures("setup_profiles")
|
||||
class TestDynamicVlan5GWpa3(object):
|
||||
|
||||
@pytest.mark.absence_of_radius_vlan_identifier
|
||||
@pytest.mark.wpa3_enterprise
|
||||
@pytest.mark.fiveg
|
||||
|
||||
@@ -41,6 +41,7 @@ setup_params_general = {
|
||||
)
|
||||
@pytest.mark.usefixtures("setup_profiles")
|
||||
class TestDynamicVlanOverSsid2GWpa3(object):
|
||||
|
||||
@pytest.mark.dynamic_precedence_over_ssid
|
||||
@pytest.mark.wpa3_enterprise
|
||||
@pytest.mark.twog
|
||||
|
||||
@@ -329,7 +329,6 @@ class TestDynamicVlan2GWpa3(object):
|
||||
@pytest.mark.wpa3_enterprise
|
||||
@pytest.mark.twog
|
||||
@allure.testcase(name="test_dynamic_unsupported_vlan",
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
url="https://telecominfraproject.atlassian.net/browse/WIFI-6102")
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user