test_l3_unicast_traffic_gen: Remove invalid comparisons

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-16 11:04:22 -08:00
parent 462e47d5b8
commit a7274caa6f

View File

@@ -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: