mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +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")
|
||||
def get_ap_logs(request, get_apnos):
|
||||
def get_ap_logs(request, get_apnos, get_configuration):
|
||||
S = 9
|
||||
instance_name = ''.join(random.choices(string.ascii_uppercase + string.digits, k=S))
|
||||
for ap in get_configuration['access_point']:
|
||||
|
||||
Reference in New Issue
Block a user