1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "shell-timeout": "180000", 7 "testcase-timeout": "300000", 8 "bundle-name": "com.acts.contextprocessname", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsContextProcessNameTest.hap", 15 "ActsContextProcessNameAssist.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 },{ 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "uinput -T -m 300 2700 280 200", 24 "param set persist.sys.abilityms.support.ecologicalrulemgrservice false", 25 "power-shell setmode 602", 26 "power-shell timeout -o 864000000" 27 ], 28 "teardown-command": [ 29 "param set persist.sys.abilityms.support.ecologicalrulemgrservice true" 30 ] 31 } 32 ] 33}