1{ 2 "description": "Configuration for powermgr display Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "bundle-name": "com.example.mypowerdisplayapp", 6 "package-name": "com.example.mypowerdisplayapp", 7 "test-timeout": "90000", 8 "shell-timeout": "90000" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsPowerMgrDisplayTest.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 } 18 ] 19} 20 21