1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.acts.actscallability", 7 "module-name": "entry_test", 8 "shell-timeout": "600000" 9 }, 10 "kits": [ 11 { 12 "type": "ShellKit", 13 "run-command": [ 14 "acm create -n user101 -t normal" 15 ], 16 "teardown-command": [ 17 "acm delete -i 101" 18 ] 19 }, 20 { 21 "test-file-name": [ 22 "ActsCrossCalleeRely.hap", 23 "ActsCrossCallerNoPermissionRely.hap", 24 "ActsCallerNormalRely.hap", 25 "ActsCrossCallerRely.hap", 26 "ActsCrossCallTest.hap" 27 ], 28 "type": "AppInstallKit", 29 "cleanup-apps": true 30 }, 31 { 32 "type": "ShellKit", 33 "run-command": [ 34 "power-shell wakeup", 35 "power-shell setmode 602" 36 ] 37 } 38 ] 39}