1{ 2 "description": "Configuration for storage picker Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "ohos.acts.storage.picker", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": 100000 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "pre-push": [], 15 "run-command": [ 16 "param set persist.ace.testmode.enabled 1", 17 "power-shell wakeup", 18 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", 19 "power-shell setmode 602" 20 ] 21 }, 22 { 23 "type": "PushKit", 24 "pre-push": [], 25 "push": [] 26 }, 27 { 28 "type": "ShellKit", 29 "run-command": [ 30 "hilog -Q pidoff", 31 "hilog -p off", 32 "hilog -b I", 33 "hilog -b D -D 0xD002B70", 34 "sleep 10" 35 ], 36 "teardown-command": [ 37 "reboot" 38 ] 39 }, 40 { 41 "test-file-name": [ 42 "ActsStoragePickerJSTest.hap" 43 ], 44 "type": "AppInstallKit", 45 "cleanup-apps": true 46 } 47 ] 48}