diff --git a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_enterprise.py b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_enterprise.py index 69709372d..8fefed16c 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_enterprise.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_enterprise.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_personal.py b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_personal.py index 715f072c7..0b7af8e84 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_personal.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa2_personal.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_enterprise.py b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_enterprise.py index 2856aaf53..526a2abe3 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_enterprise.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_enterprise.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_personal.py b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_personal.py index f35ba2a12..916db8855 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_personal.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTA/test_roam_ota_wpa3_personal.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_ota, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_enterprise.py b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_enterprise.py index 02ec5034d..6b7058fe2 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_enterprise.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_enterprise.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_personal.py b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_personal.py index 5a7668d81..c3b7ab2fb 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_personal.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa2_personal.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_enterprise.py b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_enterprise.py index d9bdfd347..242ee033d 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_enterprise.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_enterprise.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__)) diff --git a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_personal.py b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_personal.py index 1b2076770..691870b70 100644 --- a/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_personal.py +++ b/tests/e2e/basic/roam_test/hard_roam/OTD/test_roam_otd_wpa3_personal.py @@ -10,7 +10,7 @@ import time import copy import requests -pytestmark = [pytest.mark.roam_test, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] +pytestmark = [pytest.mark.roam_tests, pytest.mark.bridge, pytest.mark.hard_roam_otd, pytest.mark.ow_regression_lf] # Get the directory of the current test config file test_file_dir = os.path.dirname(os.path.abspath(__file__))