Skip to content

Commit

Permalink
Added get_test_library fixture for build the default scenario in lanf…
Browse files Browse the repository at this point in the history
…orge

Signed-off-by: jitendracandela <[email protected]>
  • Loading branch information
jitendracandela committed Sep 4, 2024
1 parent c0c3387 commit acddfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"""
Expand Down

0 comments on commit acddfbf

Please sign in to comment.