blob: 42b0be7531624843746934c47a3901673004e76f [file] [log] [blame]
Etan Cohen20405f22018-05-31 09:46:54 -07001{
2 "_description": "This and example IOT WiFi testbed.",
3 "testbed": [
4 {
5 "_description": "WiFi testbed with 1 devices",
6 "name": "<test station name>",
7 "AndroidDevice": [
8 "<device serial>"
9 ],
10 "IPerfServer": [
11 5005
12 ]
13 }
14 ],
15 "logpath": "/tmp/ACTS_logs",
16 "testpaths": [
17 "<path to acts root>/tools/test/connectivity/acts/tests/google/wifi"
18 ],
19 "iot_networks": [
20 {
21 "SSID": "<your SSID 2G>",
22 "password": "<your password>"
23 },
24 {
25 "SSID": "<your SSID 5G>",
26 "password": "<your password>"
27 },
28 {
29 "SSID": "<your SSID 2G 2>",
30 "password": "<your password>"
31 },
32 {
33 "SSID": "<your SSID 5G 2>",
34 "password": "<your password>"
35 }
36 ],
37 "iperf_server_address": "<your IP address>"
38}