From f2ed9ee68a716a15abb423f295223454329807a6 Mon Sep 17 00:00:00 2001 From: zhanghanlin9 Date: Tue, 25 Oct 2022 01:51:51 +0800 Subject: [PATCH] 1 Signed-off-by: zhanghanlin9 --- .../huks_agree_callback_BasicTest/BUILD.gn | 2 +- .../huks_agree_callback_BasicTest/Test.json | 2 +- .../huks_agree_promise_BasicTest/BUILD.gn | 2 +- .../huks_agree_promise_BasicTest/Test.json | 2 +- .../huks_cipher_callback_BasicTest/BUILD.gn | 2 +- .../huks_cipher_callback_BasicTest/Test.json | 2 +- .../huks_cipher_promise_BasicTest/BUILD.gn | 2 +- .../huks_cipher_promise_BasicTest/Test.json | 2 +- .../huks_derive_callback_BasicTest/BUILD.gn | 2 +- .../huks_derive_callback_BasicTest/Test.json | 2 +- .../huks_derive_promise_BasicTest/BUILD.gn | 2 +- .../huks_derive_promise_BasicTest/Test.json | 2 +- .../huks_hmac_callback_BasicTest/BUILD.gn | 2 +- .../huks_hmac_callback_BasicTest/Test.json | 2 +- .../huks_hmac_promise_BasicTest/BUILD.gn | 2 +- .../huks_hmac_promise_BasicTest/Test.json | 2 +- .../huks_signverify_callback_BasicTest/BUILD.gn | 2 +- .../huks_signverify_callback_BasicTest/Test.json | 2 +- .../huks_signverify_promise_BasicTest/BUILD.gn | 2 +- .../huks_signverify_promise_BasicTest/Test.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/security/security_huks_reformed_test/huks_agree_callback_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_agree_callback_BasicTest/BUILD.gn index d6dda7aa0..ee20dda15 100644 --- a/security/security_huks_reformed_test/huks_agree_callback_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_agree_callback_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("huksagree_callback_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksAgreeBasicCallbackJSApiTest" + hap_name = "ActsHuksAgreeBasicCallbackJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_agree_callback_BasicTest/Test.json b/security/security_huks_reformed_test/huks_agree_callback_BasicTest/Test.json index e85640e20..f8f5fec31 100644 --- a/security/security_huks_reformed_test/huks_agree_callback_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_agree_callback_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksAgreeBasicCallbackJSApiTest.hap" + "ActsHuksAgreeBasicCallbackJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_agree_promise_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_agree_promise_BasicTest/BUILD.gn index 1bebe2be8..a6c06774c 100644 --- a/security/security_huks_reformed_test/huks_agree_promise_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_agree_promise_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("huksagree_promise_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksAgreeBasicPromiseJSApiTest" + hap_name = "ActsHuksAgreeBasicPromiseJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_agree_promise_BasicTest/Test.json b/security/security_huks_reformed_test/huks_agree_promise_BasicTest/Test.json index 7d106b525..82012c127 100644 --- a/security/security_huks_reformed_test/huks_agree_promise_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_agree_promise_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksAgreeBasicPromiseJSApiTest.hap" + "ActsHuksAgreeBasicPromiseJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/BUILD.gn index 68275eef5..e1bb9a576 100644 --- a/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukscipher_callback_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksCipherBasicCallbackJSApiTest" + hap_name = "ActsHuksCipherBasicCallbackJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/Test.json b/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/Test.json index 731b5ea3b..5b6dbc4e2 100644 --- a/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_cipher_callback_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksCipherBasicCallbackJSApiTest.hap" + "ActsHuksCipherBasicCallbackJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/BUILD.gn index 1628da3f7..9ca96b7bc 100644 --- a/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukscipher_promise_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksCipherBasicPromiseJSApiTest" + hap_name = "ActsHuksCipherBasicPromiseJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/Test.json b/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/Test.json index 9e304eafe..c1aaf79be 100644 --- a/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_cipher_promise_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksCipherBasicPromiseJSApiTest.hap" + "ActsHuksCipherBasicPromiseJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_derive_callback_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_derive_callback_BasicTest/BUILD.gn index 05e3ec4bf..f0f1d5006 100644 --- a/security/security_huks_reformed_test/huks_derive_callback_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_derive_callback_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("huksderive_callback_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksDeriveBasicCallbackJSApiTest" + hap_name = "ActsHuksDeriveBasicCallbackJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_derive_callback_BasicTest/Test.json b/security/security_huks_reformed_test/huks_derive_callback_BasicTest/Test.json index c333d2242..3210f5423 100644 --- a/security/security_huks_reformed_test/huks_derive_callback_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_derive_callback_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksDeriveBasicCallbackJSApiTest.hap" + "ActsHuksDeriveBasicCallbackJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_derive_promise_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_derive_promise_BasicTest/BUILD.gn index 222323a08..1c3579bd7 100644 --- a/security/security_huks_reformed_test/huks_derive_promise_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_derive_promise_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("huksderive_promise_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksDeriveBasicPromiseJSApiTest" + hap_name = "ActsHuksDeriveBasicPromiseJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_derive_promise_BasicTest/Test.json b/security/security_huks_reformed_test/huks_derive_promise_BasicTest/Test.json index bc7824412..0ebb3eade 100644 --- a/security/security_huks_reformed_test/huks_derive_promise_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_derive_promise_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksDeriveBasicPromiseJSApiTest.hap" + "ActsHuksDeriveBasicPromiseJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/BUILD.gn index 2f0aa0b72..ff096805e 100644 --- a/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukshmac_callback_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksHmacBasicCallbackJSApiTest" + hap_name = "ActsHuksHmacBasicCallbackJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/Test.json b/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/Test.json index d75f2a1d4..1c8ac6190 100644 --- a/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksHmacBasicCallbackJSApiTest.hap" + "ActsHuksHmacBasicCallbackJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/BUILD.gn index e118b1bb3..a40af09ea 100644 --- a/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukshmac_promise_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksHmacBasicPromiseJSApiTest" + hap_name = "ActsHuksHmacBasicPromiseJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/Test.json b/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/Test.json index 503d3f902..4b12da793 100644 --- a/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksHmacBasicPromiseJSApiTest.hap" + "ActsHuksHmacBasicPromiseJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/BUILD.gn index 44d350447..5a802104e 100644 --- a/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukssignverify_callback_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksSignVerifyBasicCallbackJSApiTest" + hap_name = "ActsHuksSignVerifyBasicCallbackJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/Test.json b/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/Test.json index 7cc85670b..7697b3517 100644 --- a/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_signverify_callback_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksSignVerifyBasicCallbackJSApiTest.hap" + "ActsHuksSignVerifyBasicCallbackJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/BUILD.gn b/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/BUILD.gn index aca26fddb..ef35c914c 100644 --- a/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/BUILD.gn +++ b/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("hukssignverify_promise_basic_js_test") { subsystem_name = "security" part_name = "huks" certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsHuksSignVerifyBasicPromiseJSApiTest" + hap_name = "ActsHuksSignVerifyBasicPromiseJSApiTestReform" } ohos_js_assets("huks_js_assets") { js2abc = true diff --git a/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/Test.json b/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/Test.json index cfc8cc8c5..c23508589 100644 --- a/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/Test.json +++ b/security/security_huks_reformed_test/huks_signverify_promise_BasicTest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsHuksSignVerifyBasicPromiseJSApiTest.hap" + "ActsHuksSignVerifyBasicPromiseJSApiTestReform.hap" ], "type": "AppInstallKit", "cleanup-apps": true -- GitLab