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 ecf4280582955742fd9b41f031ffaaf120bf297a..9d70cdacf5e0d7ae525cc2d49a14a38b0317e699 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)