You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
822 B
24 lines
822 B
{ "_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!"}
|
|
}
|