19 lines
370 B
Cheetah
19 lines
370 B
Cheetah
{
|
|
"description": "Config for $module test cases",
|
|
"environment": [
|
|
{
|
|
"type": "device",
|
|
"label": "wifiiot"
|
|
}
|
|
],
|
|
"kits": [
|
|
{
|
|
"type": "DeployKit",
|
|
"timeout": "20000",
|
|
"burn_file": "$subsystem/$module.bin"
|
|
}
|
|
],
|
|
"driver": {
|
|
"type": "CTestLite"
|
|
}
|
|
} |