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:
James Prestwood 2018-05-07 13:45:55 -07:00 committed by Denis Kenzior
parent eacbcc8499
commit b774695a7e
6 changed files with 18 additions and 1 deletions

View File

@ -1,2 +1,5 @@
[Security]
EAP-Method=AKA
[Settings]
Autoconnect=false

View File

@ -1,2 +1,5 @@
[Security]
EAP-Method=AKA'
[Settings]
Autoconnect=false

View File

@ -1,3 +1,5 @@
[Security]
EAP-Method=AKA'
EAP-Identity=632010000000000@example.com
[Settings]
Autoconnect=false

View File

@ -1,2 +1,5 @@
[Security]
EAP-Method=AKA
[Settings]
Autoconnect=false

View File

@ -1,2 +1,5 @@
[Security]
EAP-Method=SIM
[Settings]
Autoconnect=false

View File

@ -1,2 +1,5 @@
[Security]
EAP-Method=SIM
[Settings]
Autoconnect=false