1{
2    "kits": [
3        {
4            "push": [
5                "HatsHdfDisplayabenchmarkTest->/data/local/tmp/HatsHdfDisplayabenchmarkTest"
6            ],
7            "type": "PushKit"
8        },
9        {
10            "type": "ShellKit",
11            "run-command": [
12                "mount -o rw,remount /",
13                "cd system/bin",
14                "mv render_service render_service_bk",
15                "reboot"
16            ],
17            "teardown-command": [
18                "mount -o rw,remount /",
19                "cd system/bin",
20                "mv render_service_bk render_service",
21                "reboot"
22            ]
23        }
24    ],
25    "driver": {
26        "native-test-timeout": "120000",
27        "type": "CppTest",
28        "module-name": "HatsHdfDisplayabenchmarkTest",
29        "runtime-hint": "1s",
30        "native-test-device-path": "/data/local/tmp"
31    },
32    "description": "Configuration for HatsHdfDisplayabenchmarkTest Tests"
33}