blob: a0244da17c3931fa84b1b2db987be5f8cddd3381 [file] [log] [blame]
Ang Li73697b32015-12-03 00:41:53 +00001{ "_description": "This is an example skeleton test configuration file.",
2 "testbed":
3 [
4 {
5 "_description": "A testbed with two android devices.",
6 "name": "Enterprise-D",
7 "AndroidDevice": ["<serial>", "<serial>"]
8 },
9 {
10 "_description": "A testbed with two android devices.",
11 "name": "Enterprise-E",
12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"},
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}]
14 },
15 {
16 "_description": "Another testbed with one android device.",
17 "name": "SampleTestBed"
18 }
19 ],
20 "logpath": "/tmp/logs",
21 "testpaths": ["./test_cases"],
22 "custom_param1": {"favorite_food": "Icecream!"}
23}