0365c79a创建于 2021年4月15日历史提交
{
    "description": "Config for hcpptest demo test cases",
    "environment": [
        {
            "type": "device",
            "label": "ipcamera"
        }
    ],
    "kits": [
        {
            "type": "MountKit",
            "server": "NfsServer",
            "mount": [
                {
                    "source": "testcases/distributed_schedule",
                    "target": "/test_root/distributed_schedule"
                },{
                    "source": "resource/distributed_schedule",
                    "target": "/test_root/distributed_schedule"
                }
            ]
        }
    ],
    "driver": {
        "type": "CppTestLite",
        "execute": "/test_root/distributed_schedule/ActsDMSTest.bin"
    }
}