1{ 2 "description": "Configuration for powermgr power Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "60000", 6 "shell-timeout": "60000", 7 "bundle-name": "com.example.mypowerapp", 8 "package-name": "com.example.mypowerapp", 9 "testcase-timeout": 60000 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "power-shell wakeup" 16 ] 17 }, 18 { 19 "test-file-name": [ 20 "ActsPowerMgrPowerTest.hap" 21 ], 22 "type": "AppInstallKit", 23 "cleanup-apps": true 24 } 25 ] 26}