blob: 4f55459e66d4e1ad251e27fb197bbaf747c9a037 [file] [log] [blame]
Ang Li73697b32015-12-03 00:41:53 +00001{ "_description": "This is an example skeleton test configuration file.",
2 "testbed":
3 [
4 {
Nathan Harold08089e52016-01-05 11:03:23 -08005 "_description": "Sample testbed with two android devices",
Ang Li73697b32015-12-03 00:41:53 +00006 "name": "Enterprise-D",
7 "AndroidDevice": ["<serial>", "<serial>"]
8 },
9 {
Nathan Harold08089e52016-01-05 11:03:23 -080010 "_description": "Sample testbed with two android devices",
Ang Li73697b32015-12-03 00:41:53 +000011 "name": "Enterprise-E",
12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"},
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}]
14 },
15 {
Nathan Harold08089e52016-01-05 11:03:23 -080016 "_description": "Sample testbed with no devices",
Ang Li73697b32015-12-03 00:41:53 +000017 "name": "SampleTestBed"
18 }
19 ],
20 "logpath": "/tmp/logs",
Nathan Harold08089e52016-01-05 11:03:23 -080021 "testpaths": ["../tests/sample"],
Ang Li73697b32015-12-03 00:41:53 +000022 "custom_param1": {"favorite_food": "Icecream!"}
23}