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