1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.myapplication", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": "180000" 10 }, 11 "kits": [{ 12 "test-file-name": [ 13 "ActsAceEtsComponentUITest.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 }, { 18 "type": "ShellKit", 19 "run-command": [ 20 "param set persist.ace.testmode.enabled 1", 21 "param set persist.sys.suspend_manager_enabled 0", 22 "reboot", 23 "power-shell wakeup", 24 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", 25 "power-shell setmode 602" 26 ], 27 "teardown-command": [ 28 "param set persist.sys.suspend_manager_enabled 1", 29 "reboot" 30 ] 31 32 33 }] 34}