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