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