Test.json 608 字节
Newer Older
T
TonyWang222 已提交
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
{
  "description": "Config for MindSpore test cases",
  "driver": {
    "module-name": "ActsMindSporeTest",
    "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": [
            "ActsMindSporeTest->/data/local/tmp/ActsMindSporeTest"
        ],
        "type": "PushKit"
    },
    {
        "type": "ShellKit",
        "run-command": [
            "remount",
            "mkdir /data/test"
        ]
    }
]
}