mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
Added 45 sec time sleep
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -178,6 +178,8 @@ class lf_libs:
|
||||
logging.info("Scenario name: " + str(self.scenario))
|
||||
self.create_dhcp_external()
|
||||
self.chamber_view(raw_lines="default")
|
||||
logging.info("sleep time 45 sec")
|
||||
time.sleep(45)
|
||||
self.temp_raw_lines = self.default_scenario_raw_lines.copy()
|
||||
self.setup_dut()
|
||||
# except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user