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