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

!5252 流水线测试用例执行添加屏幕常亮指令

Merge pull request !5252 from FULIZHONG/monthly_20220816
...@@ -19,9 +19,12 @@ ...@@ -19,9 +19,12 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audioplayer/haps/entry/files" "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audioplayer/haps/entry/files",
"power-shell setmode 602"
], ],
"teardown-command": [] "teardown-command": [
"power-shell setmode 600"
]
}, },
{ {
"type": "PushKit", "type": "PushKit",
......
...@@ -11,9 +11,11 @@ ...@@ -11,9 +11,11 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"rm -rf /storage/media/100/local/files/Videos/audio_*", "rm -rf /storage/media/100/local/files/Videos/audio_*",
"rm -rf /storage/media/100/local/files/Audios/audio_*" "rm -rf /storage/media/100/local/files/Audios/audio_*",
"power-shell setmode 602"
], ],
"teardown-command":[ "teardown-command":[
"power-shell setmode 600"
] ]
}, },
{ {
......
...@@ -12,9 +12,12 @@ ...@@ -12,9 +12,12 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"rm -rf /storage/media/100/local/files/Videos/COMPATIBILITY*" "rm -rf /storage/media/100/local/files/Videos/COMPATIBILITY*",
"power-shell setmode 602"
], ],
"teardown-command": [] "teardown-command": [
"power-shell setmode 600"
]
}, },
{ {
"test-file-name": [ "test-file-name": [
......
...@@ -19,9 +19,12 @@ ...@@ -19,9 +19,12 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files" "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files",
"power-shell setmode 602"
], ],
"teardown-command": [] "teardown-command": [
"power-shell setmode 600"
]
}, },
{ {
"type": "PushKit", "type": "PushKit",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册