diff --git a/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py b/DeployDevice/src/func/liteOsUpgrade/liteOsUpgrade_RK3568_app.py index 326e26a1..ecd3e96e 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 828e691f..e096a905 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