mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-27 10:23:37 +00:00
Wifi 7868 (#554)
* WIFI-7868 : Added test_resources in ow_sanity_lf Signed-off-by: shivam <shivam.thakur@candelatech.com> * WIFI-7868 Updated the markers for features Signed-off-by: shivam <shivam.thakur@candelatech.com> * WIFI-7868: Updated feature regression markers Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import time
|
||||
import pandas as pd
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dfs_tests_lf,
|
||||
pytest.mark.bandwidth_20MHz]
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import os
|
||||
import time
|
||||
import pandas as pd
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dfs_tests_lf,
|
||||
pytest.mark.bandwidth_40MHz]
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import os
|
||||
import time
|
||||
import pandas as pd
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.ow_dfs_tests_lf,
|
||||
pytest.mark.bandwidth_80MHz]
|
||||
|
||||
@@ -9,7 +9,8 @@ import os
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.regression, pytest.mark.bridge, pytest.mark.usefixtures("setup_test_run")]
|
||||
pytestmark = [pytest.mark.ow_stability_lf,
|
||||
pytest.mark.bridge]
|
||||
|
||||
setup_params_general = {
|
||||
"mode": "BRIDGE",
|
||||
|
||||
@@ -9,7 +9,7 @@ import time
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.ow_multipsk_tests_lf,
|
||||
pytest.mark.bridge]
|
||||
|
||||
@@ -10,8 +10,10 @@ import time
|
||||
import pytest
|
||||
import allure
|
||||
|
||||
# pytestmark = [pytest.mark.multipsk, pytest.mark.bridge]
|
||||
# pytest.mark.usefixtures("setup_test_run")]
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.ow_multipsk_tests_lf,
|
||||
pytest.mark.bridge]
|
||||
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -5,7 +5,7 @@ Rate LImiting Bridge Mode Scenario
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_rate_limiting_tests_lf,
|
||||
pytest.mark.bridge]
|
||||
|
||||
|
||||
@@ -7,8 +7,10 @@ import pytest
|
||||
from configuration import RATE_LIMITING_RADIUS_SERVER_DATA
|
||||
from configuration import RATE_LIMITING_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytest.mark.ow_rate_limiting_tests_lf,
|
||||
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dynamic_qos_tests_lf,
|
||||
pytest.mark.ow_rate_limiting_with_radius_tests_lf,
|
||||
pytest.mark.bridge]
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import time
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.ow_multipsk_tests_lf,
|
||||
pytest.mark.nat]
|
||||
|
||||
@@ -10,8 +10,10 @@ import time
|
||||
import pytest
|
||||
import allure
|
||||
|
||||
# pytestmark = [pytest.mark.multipsk, pytest.mark.nat, pytest.mark.performance] # regression_multipsk regression
|
||||
# pytest.mark.usefixtures("setup_test_run")]
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.ow_multipsk_tests_lf,
|
||||
pytest.mark.nat]
|
||||
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -6,7 +6,7 @@ import allure
|
||||
import pytest
|
||||
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_rate_limiting_tests_lf,
|
||||
pytest.mark.nat]
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@ import pytest
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.dynamic_vlan,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa2_enterprise,
|
||||
pytest.mark.fiveg]
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import time
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa2_enterprise,
|
||||
pytest.mark.fiveg]
|
||||
|
||||
@@ -11,9 +11,9 @@ import pytest
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_sanity_lf,
|
||||
pytest.mark.dynamic_vlan,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa2_enterprise,
|
||||
pytest.mark.twog]
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ import time
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytest.mark.dynamic_vlan,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa2_enterprise,
|
||||
pytest.mark.twog]
|
||||
|
||||
|
||||
@@ -11,7 +11,10 @@ import pytest
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression, pytest.mark.dynamic_vlan, pytest.mark.wpa3_enterprise, pytest.mark.vlan,pytest.mark.fiveg]
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa3_enterprise,
|
||||
pytest.mark.fiveg]
|
||||
|
||||
setup_params_general = {
|
||||
"mode": "VLAN",
|
||||
|
||||
@@ -12,7 +12,9 @@ import time
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression, pytest.mark.dynamic_vlan, pytest.mark.wpa3_enterprise, pytest.mark.vlan,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa3_enterprise,
|
||||
pytest.mark.fiveg]
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -11,7 +11,10 @@ import pytest
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression, pytest.mark.dynamic_vlan, pytest.mark.wpa3_enterprise, pytest.mark.vlan,pytest.mark.twog]
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa3_enterprise,
|
||||
pytest.mark.twog]
|
||||
|
||||
setup_params_general = {
|
||||
"mode": "VLAN",
|
||||
|
||||
@@ -12,7 +12,9 @@ import time
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_SERVER_DATA
|
||||
from configuration import DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA
|
||||
|
||||
pytestmark = [pytest.mark.regression, pytest.mark.dynamic_vlan, pytest.mark.wpa3_enterprise, pytest.mark.vlan,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_dvlan_tests_lf,
|
||||
pytest.mark.wpa3_enterprise,
|
||||
pytest.mark.twog]
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -7,7 +7,9 @@ import time
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.multi_vlan,
|
||||
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_multi_vlan_tests_lf,
|
||||
pytest.mark.fiveg]
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
@@ -5,7 +5,7 @@ Rate LImiting Vlan Mode Scenario
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.regression,
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_rate_limiting_tests_lf,
|
||||
pytest.mark.vlan]
|
||||
|
||||
|
||||
@@ -7,7 +7,9 @@ import time
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
pytestmark = [pytest.mark.multi_vlan,
|
||||
|
||||
pytestmark = [pytest.mark.ow_regression_lf,
|
||||
pytest.mark.ow_multi_vlan_tests_lf,
|
||||
pytest.mark.twog]
|
||||
|
||||
setup_params_general = {
|
||||
|
||||
Reference in New Issue
Block a user