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

!6481 add hilog -Q pidoff

Merge pull request !6481 from jiyong/20221112-0005
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ExecuteShellCommand") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ExecuteShellCommand") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ExecuteShellCommand" hap_name = "ActsExecuteShellCommandTest"
subsystem_name = "ability" subsystem_name = "ability"
part_name = "ability_runtime" part_name = "ability_runtime"
} }
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
{ {
"test-file-name": [ "test-file-name": [
"ActSkillProcessWithAccountCloseTest.hap", "ActSkillProcessWithAccountCloseTest.hap",
"ExecuteShellCommand.hap" "ActsExecuteShellCommandTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ActsGetAllAccountsNoParameter") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ActsGetAllAccountsNoParameter") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGetAllAccountsNoParameter" hap_name = "ActsGetAllAccountsNoParameterTest"
subsystem_name = "account" subsystem_name = "account"
part_name = "os_account" part_name = "os_account"
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsGetAllAccountsNoParameter.hap", "ActsGetAllAccountsNoParameterTest.hap",
"ActsAccountSceneAccessible.hap" "ActsAccountSceneAccessible.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("EffectKitTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("EffectKitTest") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "EffectKitTest" hap_name = "ActsEffectKitTest"
} }
ohos_app_scope("effectKit_app_profile") { ohos_app_scope("effectKit_app_profile") {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"kits": [{ "kits": [{
"test-file-name": [ "test-file-name": [
"EffectKitTest.hap" "ActsEffectKitTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files", "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry" "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry"
], ],
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
\ No newline at end of file
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
\ No newline at end of file
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
\ No newline at end of file
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
\ No newline at end of file
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry/files/", "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry/files/",
"mkdir -p /data/app/el2/100/base/com.example.audiorenderinterrupt/haps/entry/files/", "mkdir -p /data/app/el2/100/base/com.example.audiorenderinterrupt/haps/entry/files/",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry", "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry",
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
} }
] ]
} }
\ No newline at end of file
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry/files", "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry" "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry"
], ],
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry/files", "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry" "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry"
], ],
......
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsNotificationSecondaryDirectory") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsNotificationSecondaryDirectory") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsNotificationSecondaryDirectory" hap_name = "ActsNotificationSecondaryDirectoryTest"
subsystem_name = "ability" subsystem_name = "ability"
part_name = "ability_runtime" part_name = "ability_runtime"
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsNotificationSecondaryDirectory.hap" "ActsNotificationSecondaryDirectoryTest.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.
先完成此消息的编辑!
想要评论请 注册