1{ 2 "_description": "This is an example skeleton test configuration file.", 3 "testbed": { 4 "Enterprise-D": { 5 "_description": "Sample testbed with two android devices", 6 "AndroidDevice": ["<serial>", "<serial>"] 7 }, 8 "Enterprise-E": { 9 "_description": "Sample testbed with two android devices", 10 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, 11 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] 12 }, 13 "SampleTestBed": { 14 "_description": "Sample testbed with no devices" 15 } 16 }, 17 "logpath": "/tmp/logs", 18 "testpaths": ["../tests/sample"], 19 "custom_param1": {"favorite_food": "Icecream!"} 20} 21