update DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py.

Signed-off-by: chengjian-com <2969201889@qq.com>
This commit is contained in:
chengjian-com 2023-12-11 07:48:24 +00:00 committed by Gitee
parent f27b2d6ef1
commit 529e38f038
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -439,6 +439,7 @@ def start_cmd(sn):
@timeout(900)
def cmd_test(screenshot_path, py_path, new_report_path, resource_path, sn, test_num, pr_url):
global total_time
save_screenshot_path = os.path.join(new_report_path, "screenshot_result")
logger.info(save_screenshot_path)
time_sleep = random.randint(1, 5)