Test.json 471 字节
Newer Older
T
tuxingsun 已提交
1 2 3 4
{
    "kits": [
        {
            "push": [
J
jiyong 已提交
5
                "ActsFaultLoggerTest->/data/local/tmp/ActsFaultLoggerTest"
T
tuxingsun 已提交
6
            ],
S
shuxiong 已提交
7
            "type": "PushKit"
T
tuxingsun 已提交
8 9 10 11 12
        }
    ],
    "driver": {
        "native-test-timeout": "120000",
        "type": "CppTest",
J
jiyong 已提交
13
        "module-name": "ActsFaultLoggerTest",
T
tuxingsun 已提交
14 15 16
        "runtime-hint": "1s",
        "native-test-device-path": "/data/local/tmp"
    },
J
jiyong 已提交
17
    "description": "Configuration for ActsFaultLoggerTest Tests"
T
tuxingsun 已提交
18
}