1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.acts.inputmethoddrawncontrol.test", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": "60000" 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "mount -o rw,remount /", 16 "target mount", 17 "param set persist.usb.setting.gadget_conn_prompt false", 18 "param set persist.skip_scb_charging 1", 19 "power-shell wakeup", 20 "param set persist.sys.abilityms.support.ecologicalrulemgrservice false", 21 "param set skip_scb_charging 1", 22 "power-shell timeout -o 2147483647", 23 "uinput -T -m 300 720 300 360 200", 24 "uinput -T -m 650 2500 650 1380 200", 25 "uinput -T -m 650 2760 650 1380 200", 26 "power-shell setmode 602", 27 "power-shell wakeup", 28 "power-shell timeout -o 2147483647", 29 "uinput -T -d 1070 1070 -u 1070 1070", 30 "power-shell setmode 602" 31 ] 32 }, 33 { 34 "test-file-name": [ 35 "ActsInputMethodDrawnControlTest.hap" 36 ], 37 "type": "AppInstallKit", 38 "cleanup-apps": true 39 } 40 ] 41} 42