mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	sta_scan_test: Use a more robust cleanup method at the beginning of the test so we avoid false negatives
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -126,8 +126,7 @@ class StaScan(Realm): | |||||||
|                         print("%s\t%s\t%s" % (info['bss'], info['signal'], info['ssid'])) |                         print("%s\t%s\t%s" % (info['bss'], info['signal'], info['ssid'])) | ||||||
|  |  | ||||||
|     def pre_cleanup(self): |     def pre_cleanup(self): | ||||||
|         for sta in self.sta_list: |         self.station_profile.cleanup(self.sta_list) | ||||||
|             self.rm_port(sta, check_exists=True) |  | ||||||
|  |  | ||||||
|     def cleanup(self): |     def cleanup(self): | ||||||
|         self.station_profile.cleanup() |         self.station_profile.cleanup() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham