mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
Did improvements in imports and added device check in gateway
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -47,6 +47,7 @@ import pytest
|
||||
from lanforge.lf_tests import RunTest
|
||||
from cv_test_manager import cv_test
|
||||
from configuration import CONFIGURATION
|
||||
from configuration import open_flow
|
||||
from configuration import RADIUS_SERVER_DATA
|
||||
from configuration import RADIUS_ACCOUNTING_DATA
|
||||
from lanforge.scp_util import SCP_File
|
||||
@@ -274,6 +275,10 @@ def get_uci_show(fixtures_ver, get_apnos, get_configuration):
|
||||
def skip_lf(request):
|
||||
yield request.config.getoption("--skip-lanforge")
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def get_openflow():
|
||||
yield open_flow
|
||||
|
||||
|
||||
# Controller Fixture
|
||||
@pytest.fixture(scope="session")
|
||||
|
||||
Reference in New Issue
Block a user