- To test connectivity and auto upgrade AP

Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
sushant
2022-01-27 21:39:01 +05:30
committed by Sushant Bawiskar
parent bcb286fac6
commit 4d75dfadbf

View File

@@ -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"""