Home | History | Annotate | Download | only in config
      1 {   "_description": "Sample config file for a Bluetooth testbed.",
      2     "testbed":
      3     [
      4         {
      5             "_description": "2 Android devices. This testbed can run tests that require two devices such as BLE, GATT, and SPP tests.",
      6             "name": "bluetooth testbed",
      7             "AndroidDevice": ["<serial_1>", "<serial_2>"]
      8         }
      9     ],
     10     "logpath": "/tmp/logs",
     11     "testpaths": ["../tests/sample"]
     12 }
     13