• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "kits": [
3        {
4            "push": [
5                "HatszHdfDisplayDeviceTest->/data/local/tmp/HatszHdfDisplayDeviceTest"
6            ],
7            "type": "PushKit"
8        },
9        {
10            "type": "ShellKit",
11            "run-command": [
12                "stop_service render_service"
13            ],
14            "teardown-command": [
15                "start_service render_service"
16            ]
17        }
18    ],
19    "driver": {
20        "native-test-timeout": "120000",
21        "type": "CppTest",
22        "module-name": "HatszHdfDisplayDeviceTest",
23        "runtime-hint": "1s",
24        "native-test-device-path": "/data/local/tmp"
25    },
26    "description": "Configuration for HatszHdfDisplayDeviceTest Tests"
27}