1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1200000", 6 "bundle-name": "com.ohos.dlp_xts", 7 "module-name": "phone", 8 "shell-timeout": "1200000", 9 "testcase-timeout": "6000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsDlpTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "param set persist.ace.testmode.enabled 1", 23 "param set persist.sys.suspend_manager_enbled 0", 24 "reboot", 25 "wait 5", 26 "power-shell wakeup", 27 "uinput -T -m 300 2700 280 200", 28 "uinput -K -d 2050 -u 2050", 29 "wait 5", 30 "uinput -T -m 300 2700 280 200", 31 "power-shell setmode 602" 32 ], 33 "teardown-command": [ 34 "power-shell setmode 601" 35 ] 36 } 37 ] 38}