mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
test_l3_unicast_traffic_gen: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -170,7 +170,7 @@ class L3VariableTimeLongevity(LFCliBase):
|
||||
|
||||
timeout = 20
|
||||
done = False
|
||||
while timeout > 0 and done == False:
|
||||
while timeout > 0 and not done:
|
||||
time.sleep( 1)
|
||||
port_r = self.json_get("/port/1/1/list?fields=alias")
|
||||
if self.debug:
|
||||
|
||||
Reference in New Issue
Block a user