mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Added sleep time in add_vlan method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -1157,6 +1157,7 @@ class lf_libs:
|
|||||||
|
|
||||||
if build:
|
if build:
|
||||||
self.chamber_view(raw_lines="custom")
|
self.chamber_view(raw_lines="custom")
|
||||||
|
time.sleep(10)
|
||||||
if self.scenario == "dhcp-external":
|
if self.scenario == "dhcp-external":
|
||||||
for port in port_list:
|
for port in port_list:
|
||||||
data = {
|
data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user