• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{   "_description": "Sample config file for Multi-SIM basic testbed.",
2    "testbed":
3    [
4        {
5            "_description": "2 android devices with Live SIM. Device 1 is MSIM device.",
6            "name": "live M-SIM basic testbed",
7            "AndroidDevice": [
8                    {"serial": "<MSIM_device_serial>",
9                     "default_voice_sim_slot_index": 1,
10                     "default_data_sim_slot_index": 0,
11                     "default_message_sim_slot_index": 0,
12                     "incoming_voice_sim_slot_index": 1,
13                     "incoming_message_sim_slot_index": 1},
14                    {"serial": "<Single_SIM_device_serial>"}]
15        }
16    ],
17    "logpath": "/tmp/logs",
18    "testpaths": ["../tests/sample"],
19    "sim_conf_file": "../simcard_list.json",
20    "adb_logcat_param" : "-b all"
21
22}