mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Added sleep in admin_up_down method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -149,9 +149,11 @@ class ChamberView:
|
||||
if option == "up":
|
||||
for i in sta_list:
|
||||
realm_obj.admin_up(i)
|
||||
time.sleep(0.005)
|
||||
elif option == "down":
|
||||
for j in sta_list:
|
||||
realm_obj.admin_down(j)
|
||||
time.sleep(0.005)
|
||||
time.sleep(2)
|
||||
|
||||
def Chamber_View(self):
|
||||
|
||||
Reference in New Issue
Block a user