Test.json 569 字节
Newer Older
R
root 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
    "description": "ui interface coverage filled",
    "environment": [
        {
            "type": "device",
            "label": "ipcamera"
        }
    ],
    "kits": [
        {
            "type": "MountKit",
            "server": "NfsServer",
            "mount": [
                {
                    "source": "testcases/graphic",
                    "target": "/test_root/graphic"
                }
            ]
        }
    ],
    "driver": {
        "type": "CppTestLite",
23
        "execute": "/test_root/graphic/ActsGraphicInterfaceTest.bin"
R
root 已提交
24 25
    }
}