mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 18:38:06 +00:00
Added ow_regression_lf marker (#844)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user