Test.tmpl 480 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "description": "Config for $module test cases",
    "environment": [
        {
            "type": "device",
            "label": "wifiiot"
        }
    ],
    "kits": [
        {
            "type": "DeployToolKit",
            "auto_deploy":"True",
            "timeout": "2000000",
Z
zhouhouyue 已提交
14
            "upgrade_file_path":"resource/tools/UpgradeDevice_$product.py",
Z
zhouhouyue 已提交
15
            "burn_file": "$product/$module"
16 17 18 19 20 21
        }
    ],
    "driver": {
        "type": "CTestLite"
    }
}