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

!3044 hukscode

Merge pull request !3044 from 胡吉翔/secrity_20220424_5
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksagree_callback_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksagree_callback_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksAgreeBasicCallbackJSApiTest" hap_name = "ActsHuksAgreeBasicCallbackJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksAgreeBasicCallback js api Tests", "description": "Configuration for huksAgreeBasicCallback js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "4200000", "test-timeout": "180000",
"package": "com.example.huksagreebasiccallback", "package": "com.example.huksagreebasiccallback",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksAgreeBasicCallbackJSApiTest.hap" "ActsHuksAgreeBasicCallbackJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksagree_promise_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksagree_promise_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksAgreeBasicPromiseJSApiTest" hap_name = "ActsHuksAgreeBasicPromiseJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksAgreeBasicPromise js api Tests", "description": "Configuration for huksAgreeBasicPromise js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "4200000", "test-timeout": "180000",
"package": "com.example.huksagreebasicpromise", "package": "com.example.huksagreebasicpromise",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksAgreeBasicPromiseJSApiTest.hap" "ActsHuksAgreeBasicPromiseJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukscipher_callback_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukscipher_callback_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksCipherBasicCallbackJSApiTest" hap_name = "ActsHuksCipherBasicCallbackJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksCipherBasicCallback js api Tests", "description": "Configuration for huksCipherBasicCallback js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "2700000", "test-timeout": "180000",
"package": "com.example.hukscipherbasiccallback", "package": "com.example.hukscipherbasiccallback",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksCipherBasicCallbackJSApiTest.hap" "ActsHuksCipherBasicCallbackJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukscipher_promise_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukscipher_promise_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksCipherBasicPromiseJSApiTest" hap_name = "ActsHuksCipherBasicPromiseJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksCipherBasicPromise js api Tests", "description": "Configuration for huksCipherBasicPromise js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "2700000", "test-timeout": "180000",
"package": "com.example.hukscipherbasicpromise", "package": "com.example.hukscipherbasicpromise",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksCipherBasicPromiseJSApiTest.hap" "ActsHuksCipherBasicPromiseJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksderive_callback_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksderive_callback_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksDeriveBasicCallbackJSApiTest" hap_name = "ActsHuksDeriveBasicCallbackJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksDeriveBasicCallback js api Tests", "description": "Configuration for huksDeriveBasicCallback js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "4200000", "test-timeout": "180000",
"package": "com.example.huksderivebasiccallback", "package": "com.example.huksderivebasiccallback",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksDeriveBasicCallbackJSApiTest.hap" "ActsHuksDeriveBasicCallbackJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksderive_promise_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("huksderive_promise_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksDeriveBasicPromiseJSApiTest" hap_name = "ActsHuksDeriveBasicPromiseJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksDeriveBasicPromise js api Tests", "description": "Configuration for huksDeriveBasicPromise js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "4200000", "test-timeout": "180000",
"package": "com.example.huksderivebasicpromise", "package": "com.example.huksderivebasicpromise",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksDeriveBasicPromiseJSApiTest.hap" "ActsHuksDeriveBasicPromiseJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukshmac_callback_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukshmac_callback_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksHmacBasicCallbackJSApiTest" hap_name = "ActsHuksHmacBasicCallbackJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksHmacBasicCallback js api Tests", "description": "Configuration for huksHmacBasicCallback js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "600000", "test-timeout": "180000",
"package": "com.example.huksHmacbasiccallback", "package": "com.example.huksHmacbasiccallback",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksHmacBasicCallbackJSApiTest.hap" "ActsHuksHmacBasicCallbackJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukshmac_promise_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukshmac_promise_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksHmacBasicPromiseJSApiTest" hap_name = "ActsHuksHmacBasicPromiseJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksHmacBasicPromise js api Tests", "description": "Configuration for huksHmacBasicPromise js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "600000", "test-timeout": "180000",
"package": "com.example.huksHmacbasicpromise", "package": "com.example.huksHmacbasicpromise",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksHmacBasicPromiseJSApiTest.hap" "ActsHuksHmacBasicPromiseJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukssignverify_callback_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukssignverify_callback_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksSignVerifyBasicCallbackJSApiTest" hap_name = "ActsHuksSignVerifyBasicCallbackJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksSignVerifyBasicCallback js api Tests", "description": "Configuration for huksSignVerifyBasicCallback js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "12600000", "test-timeout": "180000",
"package": "com.example.hukssignverifybasiccallback", "package": "com.example.hukssignverifybasiccallback",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksSignVerifyBasicCallbackJSApiTest.hap" "ActsHuksSignVerifyBasicCallbackJSApiTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukssignverify_promise_basic_js_test") { ...@@ -19,7 +19,7 @@ ohos_js_hap_suite("hukssignverify_promise_basic_js_test") {
":huks_js_resources", ":huks_js_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "huksSignVerifyBasicPromiseJSApiTest" hap_name = "ActsHuksSignVerifyBasicPromiseJSApiTest"
} }
ohos_js_assets("huks_js_assets") { ohos_js_assets("huks_js_assets") {
source_dir = "./entry/src/main/js/MainAbility" source_dir = "./entry/src/main/js/MainAbility"
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
"description": "Configuration for huksSignVerifyBasicPromise js api Tests", "description": "Configuration for huksSignVerifyBasicPromise js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "12600000", "test-timeout": "180000",
"package": "com.example.hukssignverifybasicpromise", "package": "com.example.hukssignverifybasicpromise",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"huksSignVerifyBasicPromiseJSApiTest.hap" "ActsHuksSignVerifyBasicPromiseJSApiTest.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.
先完成此消息的编辑!
想要评论请 注册