• 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.getrunningprocessinformationtest",
7        "module-name": "entry_test",
8        "shell-timeout": "600000",
9        "testcase-timeout": "30000"
10    },
11    "kits": [
12		{
13            "test-file-name": [
14                "GetRunningProcessInformationTest.hap",
15                "GetRunningProcessInformationOneReply.hap",
16                "GetRunningProcessInformationTwoReply.hap",
17                "ApplicationStateChangeThreeReply.hap",
18                "ApplicationStateChangeOneReply.hap",
19                "ApplicationStateChangeTwoReply.hap"
20            ],
21            "type": "AppInstallKit",
22            "cleanup-apps": true
23        },
24        {
25            "type": "ShellKit",
26            "run-command": [
27                "param set persist.sys.suspend_manager_enabled false",
28                "reboot",
29                "power-shell wakeup",
30                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
31                "power-shell setmode 602",
32                "hilog -Q pidoff",
33                "hilog -Q domainoff",
34                "hilog -b D",
35                "setenforce 0"
36            ],
37            "teardown-command": [
38                "param set persist.sys.suspend_manager_enabled true",
39                "power-shell setmode 601",
40                "reboot"
41            ]
42        }
43    ]
44}