softap_prov_test : example script updated to accomodate for changes in logs

pull/3310/head
Anurag Kar 2019-01-04 11:47:07 +05:30 zatwierdzone przez bot
rodzic d784fbb314
commit 15be5e47a1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -64,7 +64,6 @@ def test_examples_provisioning_softap(env, extra_data):
# Parse IP address of STA
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)
iface = wifi_tools.get_wiface_name()