未验证 提交 50d87e35 编写于 作者: O openharmony_ci 提交者: Gitee

!3655 【security】【3.1-Release】修改 access_token 测试套名称

Merge pull request !3655 from 金海/jh0621_release
...@@ -17,7 +17,7 @@ group("security") { ...@@ -17,7 +17,7 @@ group("security") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"access_token/AccessTokenTest_Normal_js:ActsAccessTokenJSApiTestNormal", "access_token/AccessTokenTest_Normal_js:ActsAccessTokenApiJSNormalTest",
"cipher/datacipher:datacipher", "cipher/datacipher:datacipher",
"huks_standard", "huks_standard",
"security_huks_basic", "security_huks_basic",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsAccessTokenJSApiTestNormal") { ohos_js_hap_suite("ActsAccessTokenApiJSNormalTest") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
deps = [ deps = [
":accesstoken_js_assets", ":accesstoken_js_assets",
":accesstoken_resources", ":accesstoken_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessTokenJSApiTestNormal" hap_name = "ActsAccessTokenApiJSNormalTest"
} }
ohos_js_assets("accesstoken_js_assets") { ohos_js_assets("accesstoken_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsAccessTokenJSApiTestNormal.hap" "ActsAccessTokenApiJSNormalTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册