1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.example.getrunningprocessinformationtest", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": "30000" 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "param set persist.sys.suspend_manager_enabled false", 16 "reboot", 17 "power-shell wakeup", 18 "wait 5", 19 "uinput -T -m 300 2700 280 200", 20 "wait 5", 21 "uinput -T -m 300 2700 280 200", 22 "power-shell setmode 602" 23 ] 24 }, 25 { 26 "test-file-name": [ 27 "ActsGetRunningProcessInformationTest.hap", 28 "GetRunningProcessInformationOneReply.hap", 29 "GetRunningProcessInformationTwoReply.hap", 30 "ApplicationStateChangeThreeReply.hap", 31 "ApplicationStateChangeOneReply.hap", 32 "ApplicationStateChangeTwoReply.hap" 33 ], 34 "type": "AppInstallKit", 35 "cleanup-apps": true 36 }, 37 { 38 "type": "ShellKit", 39 "run-command": [ 40 "hilog -Q pidoff", 41 "hilog -Q domainoff" 42 ], 43 "teardown-command": [ 44 "param set persist.sys.suspend_manager_enabled true", 45 "power-shell setmode 601", 46 "reboot" 47 ] 48 } 49 ] 50}