mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-27 10:23:37 +00:00
- To test connectivity and auto upgrade AP
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
committed by
Sushant Bawiskar
parent
bcb286fac6
commit
4d75dfadbf
@@ -9,7 +9,7 @@ import requests
|
||||
import json
|
||||
|
||||
pytestmark = [pytest.mark.test_resources, pytest.mark.sanity, pytest.mark.uc_sanity,
|
||||
pytest.mark.sanity_55]
|
||||
pytest.mark.sanity_55, pytest.mark.interop_uc_sanity]
|
||||
|
||||
|
||||
@allure.testcase(name="Test Resources", url="")
|
||||
@@ -18,6 +18,7 @@ class TestResources(object):
|
||||
|
||||
@pytest.mark.test_cloud_controller
|
||||
@pytest.mark.uc_sanity
|
||||
@pytest.mark.interop_uc_sanity
|
||||
@allure.testcase(name="test_controller_connectivity", url="")
|
||||
def test_controller_connectivity(self, setup_controller, get_configuration):
|
||||
"""Test case to verify cloud Controller Connectivity"""
|
||||
|
||||
Reference in New Issue
Block a user