From a4cbf7e9fd6f6c31615097deaa7a6fc985acdb58 Mon Sep 17 00:00:00 2001 From: wuliushuan Date: Mon, 9 Sep 2024 07:31:54 +0000 Subject: [PATCH] =?UTF-8?q?cherry=20pick=201e0bf0d=20from=20https://gitee.?= =?UTF-8?q?com/yydwfzysy/developtools=5Fintegration=5Fverification/pulls/4?= =?UTF-8?q?95=20=E9=97=A8=E7=A6=81=E8=84=9A=E6=9C=AC=E9=80=82=E9=85=8Drdb?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuliushuan Change-Id: If444d7bf076e90cae4c25464f06dc3fb76e64bb9 --- .../basic/screenshot32/new_script/testcases/test_apl_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py index ecf4280..9d70cda 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_apl_check.py @@ -22,6 +22,8 @@ class Test: logging.info('exporting access_token.db') device.hdc_file_recv('/data/service/el1/public/access_token/access_token.db') + device.hdc_file_recv('/data/service/el1/public/access_token/access_token.db-wal') + device.hdc_file_recv('/data/service/el1/public/access_token/access_token.db-shm') db_file = os.path.join(device.report_path, 'access_token.db') assert os.path.exists(db_file), '{} not exist'.format(db_file) -- Gitee