1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1200000", 6 "shell-timeout": "900000", 7 "testcase-timeout": "600000", 8 "bundle-name": "com.acts.userauthetstest", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 16 "power-shell wakeup", 17 "hidumper -s 3301 -a -t" 18 ], 19 "teardown-command":[ 20 "power-shell suspend" 21 ] 22 }, 23 { 24 "test-file-name": [ 25 "ActsUserAuthEtsTest.hap" 26 ], 27 "type": "AppInstallKit", 28 "cleanup-apps": true 29 } 30 ] 31}