mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
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:
committed by
GitHub
parent
87c328272d
commit
accdf9f2da
@@ -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"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user