From acddfbfca3c2a99eb06fe83f5287c9ce075b5980 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Wed, 4 Sep 2024 10:27:36 +0530 Subject: [PATCH] Added get_test_library fixture for build the default scenario in lanforge Signed-off-by: jitendracandela --- tests/test_connectivity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connectivity.py b/tests/test_connectivity.py index 3d2a96920f..0f110ccdaf 100644 --- a/tests/test_connectivity.py +++ b/tests/test_connectivity.py @@ -34,7 +34,7 @@ class TestResources(object): @allure.testcase(name="Test Cloud Controller", url="") @allure.title("Cloud Controller Connectivity") @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-11615", name="11615") - def test_controller_connectivity(self, get_target_object, get_testbed_details): + def test_controller_connectivity(self, get_target_object, get_testbed_details, get_test_library): """Test case to verify cloud Controller Connectivity Unique marker: pytest -m "test_cloud_controller" """