Test.json 564 字节
Newer Older
W
wenjun 已提交
1
{
M
mamingshuai 已提交
2
    "description": "Config for ai i18n test cases",
W
wenjun 已提交
3 4 5 6 7 8 9 10 11 12 13 14
    "environment": [
        {
            "type": "device",
            "label": "ipcamera"
        }
    ],
    "kits": [
        {
            "type": "MountKit",
            "server": "NfsServer",
            "mount": [
                {
M
mamingshuai 已提交
15 16
                    "source": "testcases/global",
                    "target": "/test_root/global"
W
wenjun 已提交
17 18 19 20 21 22
                }
            ]
        }
    ],
    "driver": {
        "type": "CppTestLite",
M
mamingshuai 已提交
23
        "execute": "/test_root/global/ActsNumberRecallTest.bin"
W
wenjun 已提交
24
    }
M
mamingshuai 已提交
25
}