]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix test description strings for couple of SAE cases
authorJouni Malinen <jouni@codeaurora.org>
Mon, 16 Nov 2020 13:36:59 +0000 (15:36 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2020 13:51:05 +0000 (15:51 +0200)
Remove the extraneous closing parenthesis.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_sae.py

index 1c80b39467a93852f6c951a4da1545dd96259abd..9276e513ecd51a9db6eb3774269739140b7ec7de 100644 (file)
@@ -1710,7 +1710,7 @@ def test_sae_password_id_only(dev, apdev):
                    key_mgmt="SAE", scan_freq="2412")
 
 def test_sae_password_id_pwe_looping(dev, apdev):
-    """SAE and password identifier with forced PWE looping)"""
+    """SAE and password identifier with forced PWE looping"""
     check_sae_capab(dev[0])
     params = hostapd.wpa2_params(ssid="test-sae")
     params['wpa_key_mgmt'] = 'SAE'
@@ -1728,7 +1728,7 @@ def test_sae_password_id_pwe_looping(dev, apdev):
         dev[0].set("sae_pwe", "0")
 
 def test_sae_password_id_pwe_check_ap(dev, apdev):
-    """SAE and password identifier with STA using unexpected PWE derivation)"""
+    """SAE and password identifier with STA using unexpected PWE derivation"""
     check_sae_capab(dev[0])
     params = hostapd.wpa2_params(ssid="test-sae")
     params['wpa_key_mgmt'] = 'SAE'
@@ -1749,7 +1749,7 @@ def test_sae_password_id_pwe_check_ap(dev, apdev):
         dev[0].set("sae_pwe", "0")
 
 def test_sae_password_id_pwe_check_sta(dev, apdev):
-    """SAE and password identifier with AP using unexpected PWE derivation)"""
+    """SAE and password identifier with AP using unexpected PWE derivation"""
     check_sae_capab(dev[0])
     params = hostapd.wpa2_params(ssid="test-sae")
     params['wpa_key_mgmt'] = 'SAE'