1 { "_description": "This is an example skeleton test configuration file.", 2 "testbed": 3 [ 4 { 5 "_description": "Sample testbed with two android devices", 6 "name": "Enterprise-D", 7 "AndroidDevice": ["<serial>", "<serial>"] 8 }, 9 { 10 "_description": "Sample 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": "Sample testbed with no devices", 17 "name": "SampleTestBed" 18 } 19 ], 20 "logpath": "/tmp/logs", 21 "testpaths": ["../tests/sample"], 22 "custom_param1": {"favorite_food": "Icecream!"} 23 } 24