1{
2    "testbed":
3    [
4        {
5            "_description": "ACTS sniffer sanity test bed, no device needed.",
6            "name": "SnifferSanity",
7            "Sniffer": [ {"Type": "local",
8                          "SubType": "tcpdump",
9                          "Interface": "wlan0",
10                          "BaseConfigs": {
11                              "channel": 6
12                          }}
13                       ]
14
15        }
16    ],
17    "logpath": "/tmp/logs",
18    "testpaths": ["./"]
19}
20
21