mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
monitor_rvr: remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class RunCvScenario(LFCliBase):
|
||||
}
|
||||
self.json_post("/cli-json/load", data)
|
||||
sleep(1)
|
||||
port_counter = 0;
|
||||
port_counter = 0
|
||||
attempts = 6
|
||||
while (attempts > 0) and (port_counter > 0):
|
||||
sleep(1)
|
||||
@@ -69,7 +69,7 @@ class RunCvScenario(LFCliBase):
|
||||
|
||||
if (port_counter != 0) and (attempts == 0):
|
||||
print("There appears to be a vAP in this database, quitting.")
|
||||
pprint(alias_map);
|
||||
pprint(alias_map)
|
||||
exit(1)
|
||||
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user