Test.json 981 字节
Newer Older
W
wangshi 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
{
    "description": "Config for ActsLibuvTestSuite test cases",
    "driver": {
        "module-name": "ActsLibuvTestSuite",
        "native-test-timeout": "120000",
        "native-test-device-path": "/data/local/tmp",
        "runtime-hint": "100s",
        "type": "CppTest"
    },
    "kits": [
        {
            "pre-push" : [
            ],
            "post-push" : [
                "chmod -R 777 /data/local/tmp/*"
            ],
            "push": [
                "ActsLibuvTestSuite->/data/local/tmp/ActsLibuvTestSuite",
                "libuvdata/libuvruntest->/data/local/tmp/libuvruntest "
            ],
            "type": "PushKit"
        },
        {
            "type": "ShellKit",
            "run-command": [
                "remount",
                "mkdir /data/test",
                "cd /data/local/tmp"
            ],
            "teardown-localcommand": [
                "python testcases/libuvdata/genlocal.py"
            ]
        }
    ]
}