mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 12:27:53 +00:00
Merge pull request #366 from Telecominfraproject/WIFI-6828
- To test connectivity and auto upgrade AP
This commit is contained in:
@@ -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, pytest.mark.android, pytest.mark.ios, pytest.mark.client_connect]
|
||||
|
||||
|
||||
@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