1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.example.autofillautomatictest", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": "30000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "AutoFillAutomaticRely.hap", 15 "AutoFillAutomaticTest.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 }, 20 { 21 "type": "ShellKit", 22 "run-command": [ 23 "param set persist.sys.suspend_manager_enabled false", 24 "reboot", 25 "power-shell wakeup", 26 "uinput -T -m 300 3000 280 200", 27 "uinput -T -m 300 2000 280 1950", 28 "power-shell setmode 602", 29 "setenforce 0" 30 ], 31 "teardown-command": [ 32 "param set persist.sys.suspend_manager_enabled true", 33 "reboot" 34 ] 35 } 36 ] 37}