mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
softap_prov_test : example script updated to accomodate for changes in logs
This commit is contained in:
@@ -64,7 +64,6 @@ def test_examples_provisioning_softap(env, extra_data):
|
|||||||
|
|
||||||
# Parse IP address of STA
|
# Parse IP address of STA
|
||||||
dut1.expect("Starting WiFi SoftAP provisioning", timeout=60)
|
dut1.expect("Starting WiFi SoftAP provisioning", timeout=60)
|
||||||
dut1.expect("SoftAP started", timeout=30)
|
|
||||||
[ssid, password] = dut1.expect(re.compile(r"SoftAP Provisioning started with SSID '(\S+)', Password '(\S+)'"), timeout=30)
|
[ssid, password] = dut1.expect(re.compile(r"SoftAP Provisioning started with SSID '(\S+)', Password '(\S+)'"), timeout=30)
|
||||||
|
|
||||||
iface = wifi_tools.get_wiface_name()
|
iface = wifi_tools.get_wiface_name()
|
||||||
|
Reference in New Issue
Block a user