• 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.example.aacommandtest",
7        "module-name": "entry_test",
8        "shell-timeout": "600000"
9    },
10    "kits": [
11        {
12            "type": "PushKit",
13            "push": [
14                "AACommand07.hap->/data/AACommand07.hap",
15                "AACommand08.hap->/data/AACommand08.hap",
16                "AACommandpackage.hap->/data/AACommandpackage.hap",
17                "AACommandRelyHap.hap->/data/AACommandRelyHap.hap",
18                "AttachDebugExtensionTest.hap->/data/AttachDebugExtensionTest.hap",
19                "ServiceExtensionDemo.hap->/data/ServiceExtensionDemo.hap",
20                "AttachDebugUIExtensionTest.hap->/data/AttachDebugUIExtensionTest.hap"
21            ]
22        },
23		{
24            "test-file-name": [
25                "ActsAACommandTest.hap",
26                "AACommand07.hap",
27                "AACommand08.hap",
28                "AACommandpackage.hap",
29                "AACommandRelyHap.hap",
30                "AttachDebugExtensionTest.hap",
31                "ServiceExtensionDemo.hap",
32                "AttachDebugUIExtensionTest.hap"
33            ],
34            "type": "AppInstallKit",
35            "cleanup-apps": true
36        },
37        {
38            "type": "ShellKit",
39            "run-command": [
40                "setenforce 0"
41            ]
42        }
43    ]
44}
45
46