• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for sendable context tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "1200000",
6        "bundle-name": "com.example.sendablecontexttest",
7        "module-name": "entry_test",
8        "shell-timeout": "1200000",
9        "testcase-timeout": "30000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsSendableContextTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20            "type": "ShellKit",
21            "run-command": [
22                "power-shell wakeup",
23                "power-shell timeout -o 5000000",
24                "power-shell setmode 602",
25                "uinput -T -m 300 2700 280 200",
26                "uinput -T -d 1070 1070 -u 1070 1070"
27            ]
28        }
29    ]
30}