From 4d75dfadbf3be215751addc63ac73aca7f7e944f Mon Sep 17 00:00:00 2001 From: sushant Date: Thu, 27 Jan 2022 21:39:01 +0530 Subject: [PATCH] - To test connectivity and auto upgrade AP Signed-off-by: Sushant Bawiskar --- tests/test_connectivity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_connectivity.py b/tests/test_connectivity.py index 6a8766150..c5b211a08 100644 --- a/tests/test_connectivity.py +++ b/tests/test_connectivity.py @@ -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"""