mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-03-20 03:41:54 +00:00
Resolved merge conflicts
Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
@@ -111,5 +111,3 @@ class TestDynamicVlanOverSsid5GWpa3(object):
|
||||
elif not val:
|
||||
print("Station ip not assigned as per dynamic vlan")
|
||||
assert False
|
||||
|
||||
|
||||
|
||||
@@ -331,7 +331,11 @@ class TestDynamicVlan5GWpa3(object):
|
||||
@pytest.mark.wpa2_enterprise
|
||||
@pytest.mark.fiveg
|
||||
@allure.testcase(name="test_dynamic_unsupported_vlan",
|
||||
<<<<<<< HEAD
|
||||
url="https://telecominfraproject.atlassian.net/browse/WIFI-6102")
|
||||
=======
|
||||
url="https://telecominfraproject.atlassian.net/browse/WIFI-5710")
|
||||
>>>>>>> Created testcases for WAP3_eap security
|
||||
def test_dynamic_unsupported_vlan(self, get_vif_state, lf_tools,
|
||||
create_lanforge_chamberview_dut, lf_test, get_configuration,
|
||||
station_names_fiveg):
|
||||
|
||||
@@ -15,7 +15,6 @@ from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa3_enterprise,
|
||||
pytest.mark.twog]
|
||||
|
||||
setup_params_general = {
|
||||
"mode": "VLAN",
|
||||
@@ -645,4 +644,3 @@ class TestDynamicVlan2GWpa3(object):
|
||||
assert False
|
||||
lf_tools.admin_up_down([station_list[sta]], option="up")
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user