Test.json 683 字节
Newer Older
D
dujingcheng 已提交
1 2 3
{
    "description": "Config for zlib test cases",
    "driver": {
D
dujingcheng 已提交
4
        "module-name": "ActsZlibTest",
D
dujingcheng 已提交
5 6 7 8 9 10 11 12 13 14 15
        "native-test-timeout": "120000",
        "native-test-device-path": "/data/local/tmp",
        "runtime-hint": "1s",
        "type": "CppTest"
    },
    "kits": [
        {
            "post-push" : [
                "chmod -R 777 /data/local/tmp/*"
            ],
            "push": [
D
dujingcheng 已提交
16
                "ActsZlibTest->/data/local/tmp/ActsZlibTest"
D
dujingcheng 已提交
17 18
            ],
            "type": "PushKit"
G
gengwenguang 已提交
19 20 21 22 23 24 25
        },
        {
            "type": "ShellKit",
            "run-command": [
                "remount",
                "mkdir /data/test"
            ]
D
dujingcheng 已提交
26 27 28
        }
    ]
}