mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 19:08:01 +00:00 
			
		
		
		
	fixed the failure that is caused due to 6052 merge - open_flow argument was missing, hence added
This commit is contained in:
		| @@ -369,7 +369,7 @@ class Fixtures_2x: | |||||||
|     def setup_profiles(self, request, param, setup_controller, testbed, get_equipment_ref, |     def setup_profiles(self, request, param, setup_controller, testbed, get_equipment_ref, | ||||||
|                        instantiate_profile, get_markers, create_lanforge_chamberview_dut, lf_tools, |                        instantiate_profile, get_markers, create_lanforge_chamberview_dut, lf_tools, | ||||||
|                        get_security_flags, get_configuration, radius_info, get_apnos, |                        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: |         if run_lf: | ||||||
|            return 0 |            return 0 | ||||||
|         instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller) |         instantiate_profile_obj = instantiate_profile(sdk_client=setup_controller) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Shivam Thakur
					Shivam Thakur