Removed advance marker

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2023-12-15 14:50:27 +05:30
parent e9b625df2a
commit ef2841c9d3
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
import pytest
import allure
pytestmark = [pytest.mark.advance, pytest.mark.multi_assoc_disassoc_tests, pytest.mark.nat, pytest.mark.wpa2_personal]
pytestmark = [pytest.mark.multi_assoc_disassoc_tests, pytest.mark.nat, pytest.mark.wpa2_personal]
setup_params_general = {
"mode": "NAT",

View File

@@ -8,7 +8,7 @@
import pytest
import allure
pytestmark = [pytest.mark.advance, pytest.mark.multi_assoc_disassoc_tests, pytest.mark.vlan, pytest.mark.wpa2_personal]
pytestmark = [pytest.mark.multi_assoc_disassoc_tests, pytest.mark.vlan, pytest.mark.wpa2_personal]
setup_params_general = {
"mode": "VLAN",