mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-08-25 12:39:35 -04:00
local reserve token_info file
Signed-off-by: wuliushuan <wuliushuan.30044128@huawei.com> Change-Id: I462c79d787a8313322b4cd5a960da5831bcd68bf
This commit is contained in:
@@ -56,7 +56,7 @@ def main(sn):
|
||||
hdc_command(DOWNLOAD_TOKEN_INFO_COMMAND.format(sn, TOKEN_INFO_URL.format(sn), DOWNLOAD_TOKEN_INFO_URL.format(sn)))
|
||||
hdc_command(CLEAR_TOKEN_INFO_FILE.format(sn, TOKEN_INFO_URL.format(sn)))
|
||||
file = read_txt(DOWNLOAD_TOKEN_INFO_URL.format(sn))
|
||||
clear_token_info_txt(DOWNLOAD_TOKEN_INFO_URL.format(sn))
|
||||
# clear_token_info_txt(DOWNLOAD_TOKEN_INFO_URL.format(sn))
|
||||
acls_dict = check_and_get(file)
|
||||
acl_whitelist = read_json(PATH + 'acl_whitelist.json')
|
||||
whitelist = get_acl_dict(acl_whitelist)
|
||||
|
||||
Reference in New Issue
Block a user