{ "description": "Configuration for backupextension Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "bundle-name": "ohos.acts.storage.backupextention", "module-name": "phone", "shell-timeout": "600000", "testcase-timeout": 100000 }, "kits": [ { "type": "ShellKit", "pre-push": [], "run-command": [ "param set persist.ace.testmode.enabled 1", "power-shell wakeup", "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "power-shell setmode 602" ] }, { "type": "PushKit", "pre-push": [], "push": [] }, { "type": "ShellKit", "run-command": [ "hilog -Q pidoff", "hilog -p off", "hilog -b I", "hilog -b D -D 0xD002B70", "sleep 10" ] }, { "test-file-name": [ "ActsBackupExtensionTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }