Added get_test_library fixture to build the default scenario in lanforge (#993)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
Jitendrakumar Kushavah
2024-09-11 12:54:37 +05:30
committed by GitHub
parent 87c328272d
commit accdf9f2da

View File

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