Home | History | Annotate | Download | only in config
      1 {   "_description": "Sample config file for power testbed",
      2     "testbed":
      3     [
      4         {
      5             "_description": "Sample testbed with 1 android devices and 1 monsoon device for power test.",
      6             "name": "power testbed",
      7             "AndroidDevice": ["<serial>"],
      8             "Monsoon": ["<monsoon serial>"]
      9         }
     10     ],
     11     "logpath": "/tmp/logs",
     12     "testpaths": ["../tests/sample"],
     13     "sim_conf_file": "../simcard_list.json",
     14     "adb_logcat_param" : "-b all"
     15 }