mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
test_l3_unicast_traffic_gen: Explicit is better than implicit. Don't pass in self.resource when it isn't a flag in the argument.
Don't use positional flags. Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -109,7 +109,7 @@ class L3VariableTimeLongevity(Realm):
|
||||
print("ip's aquired {}".format(station_list))
|
||||
else:
|
||||
print("print failed to get IP's: {}".format(station_list))
|
||||
if self.wait_for_ip(self.resource, station_list, timeout_sec=120):
|
||||
if self.wait_for_ip(station_list=station_list, timeout_sec=120):
|
||||
print("tried again: print failed to get IP's: {}".format(station_list))
|
||||
exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user