mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-06 13:56:18 +00:00
formatting error in measure_station_time_up
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ class MeasureTimeUp(Realm):
|
|||||||
def station_up(self):
|
def station_up(self):
|
||||||
if self.up:
|
if self.up:
|
||||||
self.station_profile.admin_up()
|
self.station_profile.admin_up()
|
||||||
self.wait_for_ip(station_list=self.station_profile.station_names())
|
self.wait_for_ip(station_list=self.station_profile.station_names)
|
||||||
self._pass("PASS: Station build finished")
|
self._pass("PASS: Station build finished")
|
||||||
|
|
||||||
def scenario(self):
|
def scenario(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user