From e6da622eed2ee92b00b4b0b3e7d5029e2ec93554 Mon Sep 17 00:00:00 2001 From: Shivam Thakur <70829776+shivamcandela@users.noreply.github.com> Date: Mon, 14 Feb 2022 12:13:51 +0530 Subject: [PATCH] fixed the failure that is caused due to 6052 merge - open_flow argument was missing, hence added --- tests/fixtures_2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures_2x.py b/tests/fixtures_2x.py index fc1ae5bf2..88ddd0c8c 100644 --- a/tests/fixtures_2x.py +++ b/tests/fixtures_2x.py @@ -369,7 +369,7 @@ class Fixtures_2x: def setup_profiles(self, request, param, setup_controller, testbed, get_equipment_ref, instantiate_profile, get_markers, create_lanforge_chamberview_dut, lf_tools, get_security_flags, get_configuration, radius_info, get_apnos, - radius_accounting_info, skip_lf=False, run_lf=False): + radius_accounting_info, skip_lf=False, run_lf=False, open_flow=None): if run_lf: return 0 instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller)