2c580c4a创建于 2022年12月4日历史提交
{
    "description": "Config for $module test cases",
    "environment": [
        {
            "type": "device",
            "label": "wifiiot"
        }
    ],
    "kits": [
        {
            "type": "DeployToolKit",
            "auto_deploy":"True",
            "timeout": "2000000",
            "upgrade_file_path":"resource/tools/UpgradeDevice_$product.py",
            "burn_file": "$product/$module"
        }
    ],
    "driver": {
        "type": "CTestLite"
    }
}