lf_cisco_snp.py: added time for controller to detect the stations

This commit is contained in:
Chuck SmileyRekiere
2020-10-16 22:06:02 -06:00
parent 3c972aad3c
commit 0943fd4e2f

View File

@@ -1033,7 +1033,7 @@ class L3VariableTime(LFCliBase):
print("ip's acquired")
else:
print("print failed to get IP's")
time.sleep(30)
self.verify_controller()
print("Starting multicast traffic (if any configured)")
self.multicast_profile.start_mc(debug_=self.debug)