mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
added the missing fixture call
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -664,7 +664,7 @@ Logs related Fixtures
|
|||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="function")
|
@pytest.fixture(scope="function")
|
||||||
def get_ap_logs(request, get_apnos):
|
def get_ap_logs(request, get_apnos, get_configuration):
|
||||||
S = 9
|
S = 9
|
||||||
instance_name = ''.join(random.choices(string.ascii_uppercase + string.digits, k=S))
|
instance_name = ''.join(random.choices(string.ascii_uppercase + string.digits, k=S))
|
||||||
for ap in get_configuration['access_point']:
|
for ap in get_configuration['access_point']:
|
||||||
|
|||||||
@@ -70,11 +70,9 @@ class Fixtures_2x:
|
|||||||
get_security_flags, get_configuration, radius_info, get_apnos, radius_accounting_info):
|
get_security_flags, get_configuration, radius_info, get_apnos, radius_accounting_info):
|
||||||
|
|
||||||
instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller)
|
instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller)
|
||||||
print("garbage")
|
|
||||||
print(1, instantiate_profile_obj.sdk_client)
|
print(1, instantiate_profile_obj.sdk_client)
|
||||||
vlan_id, mode = 0, 0
|
vlan_id, mode = 0, 0
|
||||||
parameter = dict(param)
|
parameter = dict(param)
|
||||||
print("hola", parameter)
|
|
||||||
test_cases = {}
|
test_cases = {}
|
||||||
profile_data = {}
|
profile_data = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user