Added ow_regression_lf marker (#844)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2023-09-01 11:54:56 +05:30
committed by GitHub
parent bd70bb5b3e
commit ee81e42940
3 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ class TestBridgeModeadvancedcaptiveportal(object):
@pytest.mark.open
@pytest.mark.twog
@pytest.mark.click_to_continue
@pytest.mark.ow_regression_lf
@allure.title("Click-to-continue mode with open encryption 2.4 GHz Band")
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-10977", name="WIFI-10977")
def test_bridge_open_2g_click_to_continue(self, get_test_library, get_dut_logs_per_test_case,

View File

@@ -56,6 +56,7 @@ class TestBridgeModeadvancedcaptiveportal(object):
@pytest.mark.wpa2_personal
@pytest.mark.twog
@pytest.mark.local_user_and_pass
@pytest.mark.ow_regression_lf
@allure.title("Local user/pass mode with wpa2_personal encryption 2.4 GHz Band")
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-10991", name="WIFI-10991")
def test_bridge_wpa2_2g_local_user_and_pass(self, get_test_library, get_dut_logs_per_test_case,

View File

@@ -53,6 +53,7 @@ class TestBridgeModeadvancedcaptiveportal(object):
@pytest.mark.wpa2_personal
@pytest.mark.twog
@pytest.mark.radius_user_and_pass
@pytest.mark.ow_regression_lf
@allure.title("Radius user/pass mode with wpa2_personal encryption 2.4 GHz Band")
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-10996", name="WIFI-10996")
def test_bridge_wpa2_2g_radius_user_and_pass(self, get_test_library, get_dut_logs_per_test_case,