1 { "_description": "Sample config file for tests require WiFi AP", 2 "testbed": 3 [ 4 { 5 "_description": "2 android devices, 1 WiFi AP. For tests requires WiFi AP, such as WiFi Calling, WiFi-Cellular Data Switch.", 6 "name": "testbed with WiFi AP", 7 "AndroidDevice": ["<serial_1>", "<serial_2>"] 8 } 9 ], 10 "logpath": "/tmp/logs", 11 "testpaths": ["../tests/sample"], 12 "sim_conf_file": "../simcard_list.json", 13 "adb_logcat_param" : "-b all", 14 "wifi_network_ssid" : "wifi_ssid", 15 "wifi_network_pass" : "wifi_password" 16 }