提交 bfbeb39c 编写于 作者: S sunchenguang

modified acts

Signed-off-by: Nsunchenguang <sunchenguang5@huawei.com>
上级 62ca4594
......@@ -14,7 +14,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("LanguageConfigTestApi7") {
hap_name = "LanguageConfigTestApi7"
hap_name = "ActsLanguageConfigTestApi7Test"
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
......
{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "120000",
"package": "com.example.languageconfigtestapi7",
"shell-timeout": "60000"
},
"kits": [
{
"test-file-name": [
"LanguageConfigTestApi7.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"remount",
"mkdir /data/test"
]
},
{
"type": "PushKit",
"push": [
"ActslanguageconfigAppATest.hap->/data/test/ActslanguageconfigAppATest.hap"]
},
{
"type": "ShellKit",
"run-command": [
"chmod 777 /data/test/*.hap"
]
}
]
}
{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "120000",
"package": "com.example.languageconfigtestapi7",
"shell-timeout": "60000"
},
"kits": [
{
"test-file-name": [
"ActsLanguageConfigTestApi7Test.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"remount",
"mkdir /data/test"
]
},
{
"type": "PushKit",
"push": [
"ActslanguageconfigAppATest.hap->/data/test/ActslanguageconfigAppATest.hap"]
},
{
"type": "ShellKit",
"run-command": [
"chmod 777 /data/test/*.hap"
]
}
]
}
......@@ -20,7 +20,7 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "actszipfileandunzipfiletest"
hap_name = "ActsZipFileAndUnzipFileTest"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
......@@ -9,7 +9,7 @@
"kits": [
{
"test-file-name": [
"actszipfileandunzipfiletest.hap"
"ActsZipFileAndUnzipFileTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册