mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +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
|
timeout = 20
|
||||||
done = False
|
done = False
|
||||||
while timeout > 0 and done == False:
|
while timeout > 0 and not done:
|
||||||
time.sleep( 1)
|
time.sleep( 1)
|
||||||
port_r = self.json_get("/port/1/1/list?fields=alias")
|
port_r = self.json_get("/port/1/1/list?fields=alias")
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user