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