• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for aceceshi Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.singleusermodel.actssingleusertest",
7        "module-name": "entry",
8        "shell-timeout": "600000",
9        "testcase-timeout": "10000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "acm create -n 101 -t normal"
16            ],
17            "teardown-command":[
18                "acm delete -i 101"
19            ]
20        },
21        {
22            "type": "PushKit",
23            "push": [
24                "ActsSystemSingletonFalseTest.hap->/system/ActsSystemSingletonFalseTest.hap"
25            ]
26        },
27		{
28            "test-file-name": [
29                "ActsSystemSingletonFalseTest.hap"
30            ],
31            "type": "AppInstallKit",
32            "cleanup-apps": true
33        }
34    ]
35}
36
37