{ "_description": "Sample config file for live network testing", "testbed": [ { "_description": "2 Android devices with Live SIMs.", "name": "sample_basic", "AndroidDevice": [{"serial" : "", "adb_logcat_param": "-b all"}, {"serial" : "", "adb_logcat_pram": "-b all"} ] }, { "_description": "3 Android devices with Live SIMs usable for Conference Calling.", "name": "sample_conference", "AndroidDevice": [{"serial" : "", "adb_logcat_param": "-b all"}, {"serial" : "", "adb_logcat_pram": "-b all"}, {"serial" : "", "adb_logcat_pram": "-b all"} ] }, { "_description": "2 Android devices, 2 attenuators (control DUT's WiFi or Cellular RSSI)", "name": "sample_mobility", "AndroidDevice": [{"serial" : "", "adb_logcat_param": "-b all"}, {"serial" : "", "adb_logcat_pram": "-b all"} ], "Attenuator": [ {"Model": "", "InstrumentCount": "", "Address":"", "Port":"", "Paths":[""]}, {"Model": "", "InstrumentCount": "", "Address":"", "Port":"", "Paths":[""]}] }, { "_description": "2 Multi-SIM Android Devices with live network SIMs", "name": "sample_msim", "AndroidDevice": [ {"serial": "", "default_voice_sim_slot_index": 1, "default_data_sim_slot_index": 0, "default_message_sim_slot_index": 0, "incoming_voice_sim_slot_index": 1, "incoming_message_sim_slot_index": 1}, {"serial": "", "default_voice_sim_slot_index": 1, "default_data_sim_slot_index": 0, "default_message_sim_slot_index": 0, "incoming_voice_sim_slot_index": 1, "incoming_message_sim_slot_index": 1}] }, { "_description": "1 Android device and 1 Monsoon Power Monitor.", "name": "sample_power", "AndroidDevice": [{"serial" : "", "adb_logcat_param": "-b all"}], "Monsoon": [""] } ], "logpath": "/tmp/logs", "testpaths": ["../tests/sample"], "sim_conf_file": "./sample_simcard_list.json", "stress_test_number" : 100, "wifi_network_ssid" : "wifi_ssid", "wifi_network_pass" : "wifi_password" }