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:
Shivam Thakur
2022-05-20 12:10:25 +05:30
committed by GitHub
parent a02d1acdcd
commit 88dfa658da
22 changed files with 49 additions and 28 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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",

View File

@@ -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]

View File

@@ -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 = {

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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 = {

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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",

View File

@@ -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 = {

View File

@@ -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",

View File

@@ -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 = {

View File

@@ -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 = {

View File

@@ -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]

View File

@@ -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 = {