• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Config for $module test cases",
3    "environment": [
4        {
5            "type": "device",
6            "label": "wifiiot"
7        }
8    ],
9    "kits": [
10        {
11            "type": "DeployKit",
12            "timeout": "20000",
13            "burn_file": "$subsystem/$module.bin"
14        }
15    ],
16    "driver": {
17        "type": "CTestLite"
18    }
19}