sta_scan_test: Pass debug argument to wait_until_ports_appear

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-21 17:04:32 -08:00
committed by shivam
parent 07f6bf3ca6
commit 7233c31940

View File

@@ -192,7 +192,7 @@ class StaScan(Realm):
self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
self.station_profile.create(radio=self.radio, sta_names_=self.sta_list, num_stations=1, debug=self.debug)
self._pass("PASS: Station build finished")
LFUtils.wait_until_ports_appear(','.join(self.sta_list))
LFUtils.wait_until_ports_appear(','.join(self.sta_list), debug=self.debug)
def main():