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.static", 8 "module-name": "entry", 9 "testcase-timeout": 60000 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "pre-push":[], 15 "run-command":[ 16 "setenforce 1", 17 "power-shel1 setmode 602", 18 "hilog -Q pidoff", 19 "hilog -p off", 20 "hilog -b I", 21 "hilog -b D -D 0xD002B70", 22 "sleep 2" 23 ], 24 "teardown-command":[ 25 ] 26 }, 27 { 28 "type": "ShellKit", 29 "pre-push": [], 30 "push": [] 31 }, 32 { 33 "test-file-name": ["ActsStorageFileIoV9JSStaticTest.hap"], 34 "type": "AppInstallKit", 35 "cleanup-apps": true 36 } 37 ] 38}