Home | History | Annotate | Download | only in config
      1 {   "_description": "Sample config file for Live SIM basic testbed.",
      2     "testbed":
      3     [
      4         {
      5             "_description": "2 android devices with Live SIM. This testbed can run tests requires 2 devices or less, such as voice, message, data tests.",
      6             "name": "live SIM basic testbed",
      7             "AndroidDevice": ["<serial_1>", "<serial_2>"]
      8         }
      9     ],
     10     "logpath": "/tmp/logs",
     11     "testpaths": ["../tests/sample"],
     12     "sim_conf_file": "../simcard_list.json",
     13     "adb_logcat_param" : "-b all"
     14 }