提交 9f079d01 编写于 作者: T tongtongdad

<liwei200@hisilicon.com>

Signed-off-by: Ntongtongdad <liwei200@hisilicon.com>
上级 fbd5051d
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"touch /data/media/01.mp4", "touch /data/media/01.mp4",
"chmod -R 777 /data/media", "chmod -R 777 /data/media"
"setenforce 0"
], ],
"teardown-command":[ "teardown-command":[
"setenforce 1"
] ]
}, },
{ {
......
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
"aa start -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA" "aa start -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA"
], ],
"teardown-command":[ "teardown-command":[
"rm -rf /storage/media/100/local/files/*" "rm -rf /storage/media/100/local/files/*",
"rm -rf /data/accounts/account_0/appdata/com.ohos.medialibrary.MediaLibraryDataA/database/*"
] ]
}, },
{ {
...@@ -66,4 +67,3 @@ ...@@ -66,4 +67,3 @@
} }
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册