From: Johannes Berg Date: Fri, 31 Jan 2020 08:37:59 +0000 (+0100) Subject: tests: Remove tabs X-Git-Tag: hostap_2_10~1892 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac54daf325b7133f25f80b7a84fb6577da34712;p=thirdparty%2Fhostap.git tests: Remove tabs Signed-off-by: Johannes Berg --- diff --git a/tests/hwsim/test_fils.py b/tests/hwsim/test_fils.py index 4db766630..16fc03852 100644 --- a/tests/hwsim/test_fils.py +++ b/tests/hwsim/test_fils.py @@ -471,7 +471,7 @@ def test_fils_sk_erp_followed_by_pmksa_caching(dev, apdev, params): pmksa = dev[0].get_pmksa(bssid) if pmksa is None: - raise Exception("No PMKSA cache entry created") + raise Exception("No PMKSA cache entry created") dev[0].request("DISCONNECT") dev[0].wait_disconnected() @@ -493,9 +493,9 @@ def test_fils_sk_erp_followed_by_pmksa_caching(dev, apdev, params): pmksa2 = dev[0].get_pmksa(bssid) if pmksa2 is None: - raise Exception("No PMKSA cache entry found") + raise Exception("No PMKSA cache entry found") if pmksa['pmkid'] != pmksa2['pmkid']: - raise Exception("Unexpected PMKID change") + raise Exception("Unexpected PMKID change") def test_fils_sk_erp_another_ssid(dev, apdev, params): """FILS SK using ERP and roam to another SSID"""