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