mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
added get_popup_and_close function call in create_chamberview.py
added get_popup_and_close function in create_chamberview_dut.py Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
This commit is contained in:
committed by
sushant
parent
a7cf234eeb
commit
94d7949eed
@@ -156,6 +156,7 @@ class CreateChamberview(cv):
|
||||
self.build_cv_scenario() # build scenario
|
||||
tries = 0
|
||||
while (True):
|
||||
self.get_popup_info_and_close()
|
||||
if not self.get_cv_is_built():
|
||||
print("Waiting %i/60 for Chamber-View to be built." % (tries))
|
||||
tries += 1
|
||||
|
||||
Reference in New Issue
Block a user