mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
Wifi 10974 (#707)
* Added pytest fail if config exception happening Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added get_lf_logs Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Modified error message and added get_lf_logs Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed get_lf_logs Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added get_lf_logs Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed get_lf_logs Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added retry logic in config push and Added teardown lf logs if config push failing Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Adjusted teardown logic for collect_logs_lf Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added sleep Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -313,6 +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)
|
||||
return self.CreateChamberview, self.scenario_name
|
||||
|
||||
def add_vlan(self, vlan_ids=[]):
|
||||
|
||||
Reference in New Issue
Block a user