mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
autotests: Fix autoconnect autotest issue
These tests were failing (both with/without ofono) because iwd was trying to autoconnect before the autotest had issued a connect request (causing iwd to return a busy response). To fix this, autoconnect was explicitly disabled in the config file.
This commit is contained in:
parent
eacbcc8499
commit
b774695a7e
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=AKA
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=AKA'
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
@ -1,3 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=AKA'
|
||||
EAP-Identity=632010000000000@example.com
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=AKA
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=SIM
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=SIM
|
||||
|
||||
[Settings]
|
||||
Autoconnect=false
|
||||
|
Loading…
Reference in New Issue
Block a user