From accdf9f2da7c2028509983bee503c69a025f6eea Mon Sep 17 00:00:00 2001 From: Jitendrakumar Kushavah <78074038+jitendracandela@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:54:37 +0530 Subject: [PATCH] Added get_test_library fixture to build the default scenario in lanforge (#993) 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 3d2a96920..0f110ccda 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" """