{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "bundle-name": "com.acts.actsinterfacemultiusersextensionthirdtest", "module-name":"phone", "shell-timeout": "300000", "testcase-timeout": "30000" }, "kits": [ { "type": "ShellKit", "run-command": [ "acm create -n user101 -t normal", "acm switch -i 101" ], "teardown-command": [ "acm switch -i 100", "acm delete -i 101" ] }, { "test-file-name": [ "ActsAmsUsersExtensionThirdTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }