• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "bundle-name": "com.acts.actsinterfacemultiuserstest",
7        "module-name":"phone",
8        "shell-timeout": "300000",
9        "testcase-timeout": "30000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "acm create -n user101 -t normal",
16                "acm switch -i 101"
17            ],
18            "teardown-command": [
19                "acm switch -i 100",
20                "acm delete -i 101"
21            ]
22        },
23        {
24            "test-file-name": [
25                "ActsAmsUsersSystemTest.hap",
26                "ActsAmsUsersKillProcessAppA.hap",
27                "ActsAmsUsersKillProcessAppB.hap",
28                "ActsAmsUsersKillProcessAppC.hap",
29                "ActsAmsUsersApi7AppA.hap"
30            ],
31            "type": "AppInstallKit",
32            "cleanup-apps": false
33        }
34    ]
35}