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

!2575 modified acts

Merge pull request !2575 from 孙晨光/OpenHarmony-3.1-Release
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("LanguageConfigTestApi7") { ohos_js_hap_suite("LanguageConfigTestApi7") {
hap_name = "LanguageConfigTestApi7" hap_name = "ActsLanguageConfigTestApi7Test"
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
......
{ {
"description": "Configuration for hjunit demo Tests", "description": "Configuration for hjunit demo Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "120000", "test-timeout": "120000",
"package": "com.example.languageconfigtestapi7", "package": "com.example.languageconfigtestapi7",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"LanguageConfigTestApi7.hap" "ActsLanguageConfigTestApi7Test.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir /data/test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActslanguageconfigAppATest.hap->/data/test/ActslanguageconfigAppATest.hap"] "ActslanguageconfigAppATest.hap->/data/test/ActslanguageconfigAppATest.hap"]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 777 /data/test/*.hap" "chmod 777 /data/test/*.hap"
] ]
} }
] ]
} }
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "actszipfileandunzipfiletest" hap_name = "ActsZipFileAndUnzipFileTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"actszipfileandunzipfiletest.hap" "ActsZipFileAndUnzipFileTest.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.
先完成此消息的编辑!
想要评论请 注册