1{   "_description": "Sample config file for live network testing",
2    "testbed":
3    [
4        {
5            "_description": "2 Android devices with Live SIMs.",
6            "name": "sample_basic",
7            "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"},
8                            {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ]
9        },
10        {
11            "_description": "3 Android devices with Live SIMs usable for Conference Calling.",
12            "name": "sample_conference",
13            "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"},
14                            {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"},
15                            {"serial" : "<serial_3>", "adb_logcat_pram": "-b all"} ]
16        },
17        {
18            "_description": "2 Android devices, 2 attenuators (control DUT's WiFi or Cellular RSSI)",
19            "name": "sample_mobility",
20            "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"},
21                            {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ],
22            "Attenuator": [ {"Model": "<attenuator model name>",
23                             "InstrumentCount": "<number of instrument>",
24                             "Address":"<attenuator IP address>",
25                             "Port":"<attenuator port number>",
26                             "Paths":["<attenuator paths>"]},
27                            {"Model": "<attenuator model name>",
28                             "InstrumentCount": "<number of instrument>",
29                             "Address":"<attenuator IP address>",
30                             "Port":"<attenuator port number>",
31                             "Paths":["<attenuator paths>"]}]
32        },
33        {
34            "_description": "2 Multi-SIM Android Devices with live network SIMs",
35            "name": "sample_msim",
36            "AndroidDevice": [
37                    {"serial": "<MSIM_device_serial_1>",
38                     "default_voice_sim_slot_index": 1,
39                     "default_data_sim_slot_index": 0,
40                     "default_message_sim_slot_index": 0,
41                     "incoming_voice_sim_slot_index": 1,
42                     "incoming_message_sim_slot_index": 1},
43                    {"serial": "<MSIM_device_serial_2>",
44                     "default_voice_sim_slot_index": 1,
45                     "default_data_sim_slot_index": 0,
46                     "default_message_sim_slot_index": 0,
47                     "incoming_voice_sim_slot_index": 1,
48                     "incoming_message_sim_slot_index": 1}]
49        },
50        {
51            "_description": "1 Android device and 1 Monsoon Power Monitor.",
52            "name": "sample_power",
53            "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}],
54            "Monsoon": ["<monsoon serial>"]
55        }
56    ],
57    "logpath": "/tmp/logs",
58    "testpaths": ["../tests/sample"],
59    "sim_conf_file": "./sample_simcard_list.json",
60    "stress_test_number" : 100,
61    "wifi_network_ssid" : "wifi_ssid",
62    "wifi_network_pass" : "wifi_password"
63}
64
65