mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	Added pre cleanup in advanced_captive_portal method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		@@ -2394,6 +2394,7 @@ class lf_tests(lf_libs):
 | 
				
			|||||||
                                band="twog", num_sta=1, vlan_id=[None], json_post_data='', get_testbed_details={},
 | 
					                                band="twog", num_sta=1, vlan_id=[None], json_post_data='', get_testbed_details={},
 | 
				
			||||||
                                tip_2x_obj=None):
 | 
					                                tip_2x_obj=None):
 | 
				
			||||||
        self.check_band_ap(band=band)
 | 
					        self.check_band_ap(band=band)
 | 
				
			||||||
 | 
					        self.pre_cleanup()
 | 
				
			||||||
        pass_fail = "PASS"
 | 
					        pass_fail = "PASS"
 | 
				
			||||||
        description = ""
 | 
					        description = ""
 | 
				
			||||||
        logging.info("DUT DATA: " + str(dut_data))
 | 
					        logging.info("DUT DATA: " + str(dut_data))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user