From 036029a185d3d1c20a30d57feff8acd2a0d8a114 Mon Sep 17 00:00:00 2001 From: jackd320 Date: Thu, 18 Aug 2022 16:20:05 +0800 Subject: [PATCH] =?UTF-8?q?Description:=20updater=5Fsa=20on=20demand=20sta?= =?UTF-8?q?rt,=20not=20start=20at=20boot=20Signed-off-by:=20=E6=88=B4?= =?UTF-8?q?=E7=90=A8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini_system_test/L2_mini_system_test.py | 2 +- screenshot/resource/process.txt | 1 - screenshot32/resource/process.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mini_system_test/L2_mini_system_test.py b/mini_system_test/L2_mini_system_test.py index eae1daa..175a2fd 100644 --- a/mini_system_test/L2_mini_system_test.py +++ b/mini_system_test/L2_mini_system_test.py @@ -108,7 +108,7 @@ if __name__ == "__main__": process_pid = {} two_check_process_list = ['huks_service', 'hilogd', 'hdf_devmgr', 'samgr', 'foundation', 'accesstoken_ser',] - other_process_list = ['softbus_server', 'deviceauth_service', 'updater_sa'] + other_process_list = ['softbus_server', 'deviceauth_service'] for pname in two_check_process_list: pids = EnterCmd("hdc_std -t {} shell pidof {}".format(args.device_num, pname), 0, 1) diff --git a/screenshot/resource/process.txt b/screenshot/resource/process.txt index 44a3dd5..131ecae 100644 --- a/screenshot/resource/process.txt +++ b/screenshot/resource/process.txt @@ -29,7 +29,6 @@ accountmgr time_service distributeddata useriam -updater_sa inputmethod_ser ui_service fms_service diff --git a/screenshot32/resource/process.txt b/screenshot32/resource/process.txt index 44a3dd5..131ecae 100644 --- a/screenshot32/resource/process.txt +++ b/screenshot32/resource/process.txt @@ -29,7 +29,6 @@ accountmgr time_service distributeddata useriam -updater_sa inputmethod_ser ui_service fms_service -- Gitee