blob: 4f55459e66d4e1ad251e27fb197bbaf747c9a037 [file] [log] [blame]
{ "_description": "This is an example skeleton test configuration file.",
"testbed":
[
{
"_description": "Sample testbed with two android devices",
"name": "Enterprise-D",
"AndroidDevice": ["<serial>", "<serial>"]
},
{
"_description": "Sample testbed with two android devices",
"name": "Enterprise-E",
"AndroidDevice": [{"serial": "<serial>", "label": "caller"},
{"serial": "<serial>", "label": "callee", "whatever": "anything"}]
},
{
"_description": "Sample testbed with no devices",
"name": "SampleTestBed"
}
],
"logpath": "/tmp/logs",
"testpaths": ["../tests/sample"],
"custom_param1": {"favorite_food": "Icecream!"}
}