• 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.startabilityerrorcode",
7        "module-name": "entry_test",
8        "shell-timeout": "600000",
9        "testcase-timeout": 25000
10    },
11    "kits": [
12		{
13            "test-file-name": [
14                "Startabilitycodehelp_201.hap",
15                "Startabilitycodehelpextension.hap",
16                "Startabilitycodehelpb.hap",
17                "StartAbilityCodeHelp.hap",
18                "StartAbilityCodeHelp1.hap",
19                "StartAbilityCodeTest.hap"
20            ],
21            "type": "AppInstallKit",
22            "cleanup-apps": true
23        },
24        {
25            "type": "ShellKit",
26            "run-command": [
27                "power-shell wakeup",
28                "power-shell timeout -o 864000000",
29                "param set persist.sys.abilityms.support.ecologicalrulemgrservice false"
30            ],
31            "teardown-command": [
32              "param set persist.sys.abilityms.support.ecologicalrulemgrservice true"
33          ]
34        }
35    ]
36}