1{ 2 "description": "Configuration for storage filefs Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "shell-timeout": "600000", 7 "bundle-name": "ohos.acts.storage.fileiov9", 8 "package-name": "ohos.acts.storage.fileiov9" 9 }, 10 "kits": [ 11 { 12 "type": "ShellKit", 13 "pre-push":[], 14 "run-command":[ 15 "setenforce 1", 16 "power-shel1 setmode602", 17 "hilog -Q pidoff", 18 "hilog -p off", 19 "hilog -b I", 20 "hilog -b D -D 0xD002B70", 21 "sleep 2" 22 ], 23 "teardown-command":[ 24 ] 25 }, 26 { 27 "type": "PushKit", 28 "pre-push": [], 29 "push": [] 30 }, 31 { 32 "test-file-name": ["ActsStorageFileIoV9JSTest.hap"], 33 "type": "AppInstallKit", 34 "cleanup-apps": true 35 } 36 ] 37}