Test.json 566 字节
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 23 24 25
{
    "description": "Config for uikit uiimage view test cases",
    "environment": [
        {
            "type": "device",
            "label": "ipcamera"
        }
    ],
    "kits": [
        {
            "type": "MountKit",
            "server": "NfsServer",
            "mount": [
                {
                    "source": "testcases/uikit",
                    "target": "/test_root/uikit"
                }
            ]
        }
    ],
    "driver": {
        "type": "CppTestLite",
        "execute": "/test_root/uikit/ActsUIImageTest.bin"
    }
}