mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
Wifi 11044 (#711)
* Added sleep time 15 sec Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed retry logic for config push Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added push_config_exception_variable Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -313,7 +313,7 @@ class ChamberView:
|
||||
time.sleep(2)
|
||||
self.CreateChamberview.show_text_blob(None, None, True) # Show changes on GUI
|
||||
self.CreateChamberview.sync_cv()
|
||||
time.sleep(5)
|
||||
time.sleep(15)
|
||||
return self.CreateChamberview, self.scenario_name
|
||||
|
||||
def add_vlan(self, vlan_ids=[]):
|
||||
|
||||
Reference in New Issue
Block a user