From b774695a7e3c0eef57eafba1188b20762fdc2d75 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 7 May 2018 13:45:55 -0700 Subject: [PATCH] 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. --- autotests/testEAP-AKA-ofono/ssidEAP-AKA.8021x | 3 +++ autotests/testEAP-AKA-prime-ofono/ssidEAP-AKA.8021x | 3 +++ autotests/testEAP-AKA-prime/ssidEAP-AKA.8021x | 4 +++- autotests/testEAP-AKA/ssidEAP-AKA.8021x | 3 +++ autotests/testEAP-SIM-ofono/ssidEAP-SIM.8021x | 3 +++ autotests/testEAP-SIM/ssidEAP-SIM.8021x | 3 +++ 6 files changed, 18 insertions(+), 1 deletion(-) diff --git a/autotests/testEAP-AKA-ofono/ssidEAP-AKA.8021x b/autotests/testEAP-AKA-ofono/ssidEAP-AKA.8021x index 1d55e17c..4c95f4bd 100644 --- a/autotests/testEAP-AKA-ofono/ssidEAP-AKA.8021x +++ b/autotests/testEAP-AKA-ofono/ssidEAP-AKA.8021x @@ -1,2 +1,5 @@ [Security] EAP-Method=AKA + +[Settings] +Autoconnect=false diff --git a/autotests/testEAP-AKA-prime-ofono/ssidEAP-AKA.8021x b/autotests/testEAP-AKA-prime-ofono/ssidEAP-AKA.8021x index cdb6d7a1..14ca3774 100644 --- a/autotests/testEAP-AKA-prime-ofono/ssidEAP-AKA.8021x +++ b/autotests/testEAP-AKA-prime-ofono/ssidEAP-AKA.8021x @@ -1,2 +1,5 @@ [Security] EAP-Method=AKA' + +[Settings] +Autoconnect=false diff --git a/autotests/testEAP-AKA-prime/ssidEAP-AKA.8021x b/autotests/testEAP-AKA-prime/ssidEAP-AKA.8021x index 64245312..14ca3774 100644 --- a/autotests/testEAP-AKA-prime/ssidEAP-AKA.8021x +++ b/autotests/testEAP-AKA-prime/ssidEAP-AKA.8021x @@ -1,3 +1,5 @@ [Security] EAP-Method=AKA' -EAP-Identity=632010000000000@example.com + +[Settings] +Autoconnect=false diff --git a/autotests/testEAP-AKA/ssidEAP-AKA.8021x b/autotests/testEAP-AKA/ssidEAP-AKA.8021x index 1d55e17c..4c95f4bd 100644 --- a/autotests/testEAP-AKA/ssidEAP-AKA.8021x +++ b/autotests/testEAP-AKA/ssidEAP-AKA.8021x @@ -1,2 +1,5 @@ [Security] EAP-Method=AKA + +[Settings] +Autoconnect=false diff --git a/autotests/testEAP-SIM-ofono/ssidEAP-SIM.8021x b/autotests/testEAP-SIM-ofono/ssidEAP-SIM.8021x index c32879e2..890c3943 100644 --- a/autotests/testEAP-SIM-ofono/ssidEAP-SIM.8021x +++ b/autotests/testEAP-SIM-ofono/ssidEAP-SIM.8021x @@ -1,2 +1,5 @@ [Security] EAP-Method=SIM + +[Settings] +Autoconnect=false diff --git a/autotests/testEAP-SIM/ssidEAP-SIM.8021x b/autotests/testEAP-SIM/ssidEAP-SIM.8021x index c32879e2..890c3943 100644 --- a/autotests/testEAP-SIM/ssidEAP-SIM.8021x +++ b/autotests/testEAP-SIM/ssidEAP-SIM.8021x @@ -1,2 +1,5 @@ [Security] EAP-Method=SIM + +[Settings] +Autoconnect=false