mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +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']))
|
||||
|
||||
def pre_cleanup(self):
|
||||
for sta in self.sta_list:
|
||||
self.rm_port(sta, check_exists=True)
|
||||
self.station_profile.cleanup(self.sta_list)
|
||||
|
||||
def cleanup(self):
|
||||
self.station_profile.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user