1 { "_description": "Sample config file for conference testbed", 2 "testbed": 3 [ 4 { 5 "_description": "3 android devices with Live SIM, for conference call tests.", 6 "name": "conference testbed", 7 "AndroidDevice": ["<serial_1>", "<serial_2>", "<serial_3>"] 8 } 9 ], 10 "logpath": "/tmp/logs", 11 "testpaths": ["../tests/sample"], 12 "sim_conf_file": "../simcard_list.json", 13 "adb_logcat_param" : "-b all" 14 }