mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-07 21:01:37 +00:00
Added marker to run all advanced test
Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user