From ebabf6047eb58b9b3ae5c52ea0d4fc615ce46f60 Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Tue, 14 Sep 2021 08:39:56 +0530 Subject: [PATCH] added the missing fixture call Signed-off-by: shivamcandela --- tests/conftest.py | 2 +- tests/fixtures_2x.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index eb9b628a8..a3f8ea18c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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']: diff --git a/tests/fixtures_2x.py b/tests/fixtures_2x.py index 8e1f36580..00cba8b75 100644 --- a/tests/fixtures_2x.py +++ b/tests/fixtures_2x.py @@ -70,11 +70,9 @@ class Fixtures_2x: get_security_flags, get_configuration, radius_info, get_apnos, radius_accounting_info): instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller) - print("garbage") print(1, instantiate_profile_obj.sdk_client) vlan_id, mode = 0, 0 parameter = dict(param) - print("hola", parameter) test_cases = {} profile_data = {}