From a1efa6cfaa0cbc038babed708f6e40d4a1d07ccb Mon Sep 17 00:00:00 2001 From: future18 Date: Fri, 22 Sep 2023 11:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=AD=89=E7=BA=A7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: future18 --- .../func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py | 1 + .../basic/screenshot32/APL_compare_03/temp.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py b/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py index 326e26a..ecd3e96 100644 --- a/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py +++ b/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py @@ -196,6 +196,7 @@ class liteOsUpgrade_RK3568(BaseApp): if exec_cmd(mini_path, sn, save_path, archive_path) == 98: return 98 return True + if not upgrade_test_type or upgrade_test_type == "smoke_test": test_return = cmd_test(screenshot_path, py_path, new_report_path, resource_path, sn, test_num, pr_url) if test_return == 1: diff --git a/cases/smoke/basic/screenshot32/APL_compare_03/temp.json b/cases/smoke/basic/screenshot32/APL_compare_03/temp.json index 828e691..e096a90 100644 --- a/cases/smoke/basic/screenshot32/APL_compare_03/temp.json +++ b/cases/smoke/basic/screenshot32/APL_compare_03/temp.json @@ -74,6 +74,17 @@ { "bundle&processName":"com.ohos.calendardata", "apl":"3" + }, + { + "bundle&processName":"ohos.samples.distributedcalc", + "apl":"3" + }, + { + "bundle&processName":"ohos.samples.distributedmusicplayer", + "apl":"3" + }, + { + "bundle&processName":"com.ohos.note", + "apl":"3" } - ] \ No newline at end of file -- Gitee