Home | History | Annotate | Download | only in config
      1 {   "_description": "Sample config file for mobility testbed.",
      2     "testbed":
      3     [
      4         {
      5             "_description": "2 android devices, 2 attenuators (control DUT's WiFi or Cellular RSSI). For mobility test, such as WiFi Calling Mobility and Cellular-WiFi switch.",
      6             "name": "mobility testbed",
      7             "AndroidDevice": ["<serial_1>", "<serial_2>"],
      8             "Attenuator": [ {"Model": "<attenuator model name>",
      9                              "InstrumentCount": "<number of instrument>",
     10                              "Address":"<attenuator IP address>",
     11                              "Port":"<attenuator port number>",
     12                              "Paths":["<attenuator paths>"]},
     13                             {"Model": "<attenuator model name>",
     14                              "InstrumentCount": "<number of instrument>",
     15                              "Address":"<attenuator IP address>",
     16                              "Port":"<attenuator port number>",
     17                              "Paths":["<attenuator paths>"]}
     18                           ]
     19         }
     20     ],
     21     "logpath": "/tmp/logs",
     22     "testpaths": ["../tests/sample"],
     23     "sim_conf_file": "../simcard_list.json",
     24     "adb_logcat_param" : "-b all"
     25 }