From 145711762f9812763560b8d24d4ee03fa301f84c Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Thu, 26 Apr 2018 11:29:29 +0200 Subject: [PATCH] autotests: Update excpected exception in testConnectAutoconnect Update the expected DBus exception in the manual connect case, affected by recent EAP changes. Also slightly improve the comment in the file although it's still not 100% correct. --- autotests/testConnectAutoconnect/8021x_network_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotests/testConnectAutoconnect/8021x_network_test.py b/autotests/testConnectAutoconnect/8021x_network_test.py index b8aca799..b5d41536 100644 --- a/autotests/testConnectAutoconnect/8021x_network_test.py +++ b/autotests/testConnectAutoconnect/8021x_network_test.py @@ -18,7 +18,7 @@ class Test8021xNetwork(unittest.TestCase): -------------------------------------------------------------------------- False True NotConfiguredEx is thrown True True Connection succeeds - True - EAP method in True FailedEx is thrown + True - EAP method in True NotSupportedEx is thrown config file is not supported by IWD ''' @@ -33,7 +33,7 @@ class Test8021xNetwork(unittest.TestCase): IWD.clear_storage() IWD.copy_to_storage('ssidEAP-Other.8021x') - tca.validate('ssidEAP-Other', False, iwd.FailedEx) + tca.validate('ssidEAP-Other', False, iwd.NotSupportedEx) IWD.clear_storage()