diff --git a/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py b/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py index 326e26a195f0ab8b8b09bdcba2e0c4eeedbe0ebc..ecd3e96eec48a91fc2b0051d4469032de21d6e95 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 828e691f077d9b9fa6baa444c06eb01a3caa1340..e096a9052dd6be95b51695fe0cfa000eff3fab0b 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