blob: 924c8bef6b05b31e0be0a9222c5c248d0f624c5c [file] [log] [blame]
{ "_description": "Sample config file for power testbed",
"testbed":
[
{
"_description": "Sample testbed with 1 android devices and 1 monsoon device for power test.",
"name": "power testbed",
"AndroidDevice": ["<serial>"],
"Monsoon": ["<monsoon serial>"]
}
],
"logpath": "/tmp/logs",
"testpaths": ["../tests/sample"],
"sim_conf_file": "../simcard_list.json",
"adb_logcat_param" : "-b all"
}