Added marker to run all advanced test

Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
karthikaeyetea
2022-09-03 21:31:20 +05:30
parent 09e99be0df
commit b82153f486
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import time
import pandas as pd
import logging
pytestmark = [pytest.mark.advance, pytest.mark.atf, pytest.mark.bridge]
pytestmark = [pytest.mark.advance, pytest.mark.atf, pytest.mark.bridge, pytest.mark.report]
setup_params_general = {
"mode": "BRIDGE",

View File

@@ -8,7 +8,7 @@ import os
import pytest
import allure
pytestmark = [pytest.mark.advance, pytest.mark.downlink_mu_mimo, pytest.mark.bridge, pytest.mark.open]
pytestmark = [pytest.mark.advance, pytest.mark.downlink_mu_mimo, pytest.mark.bridge, pytest.mark.open, pytest.mark.report]
setup_params_general = {
"mode": "BRIDGE",

View File

@@ -4,7 +4,7 @@ import pytest
import allure
import os.path
pytestmark = [pytest.mark.advance, pytest.mark.ratevsorientation, pytest.mark.bridge]
pytestmark = [pytest.mark.advance, pytest.mark.ratevsorientation, pytest.mark.bridge, pytest.mark.report]
setup_params_general = {

View File

@@ -12,7 +12,7 @@ import pytest
import allure
import os.path
pytestmark = [pytest.mark.advance, pytest.mark.ratevsrange, pytest.mark.bridge]
pytestmark = [pytest.mark.advance, pytest.mark.ratevsrange, pytest.mark.bridge, pytest.mark.report]
setup_params_general = {