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