]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Rename ap_wpa2_psk_file test
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 6 Mar 2017 11:30:35 +0000 (13:30 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 6 Mar 2017 21:38:48 +0000 (23:38 +0200)
There are two different tests with the same name in test_ap_psk.py.
Fix that.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
tests/hwsim/test_ap_psk.py

index 47874238b96547b4c35fa98b5f1dea1717529baa..21523e0cb2b70a775585346f39b3eb21f4fcb9b1 100644 (file)
@@ -217,7 +217,7 @@ def test_ap_wpa_ccmp(dev, apdev):
                         ("dot11RSNAAuthenticationSuiteSelected", "00-50-f2-2"),
                         ("dot1xSuppSuppControlledPortStatus", "Authorized") ])
 
-def test_ap_wpa2_psk_file(dev, apdev):
+def test_ap_wpa2_psk_file_errors(dev, apdev):
     """WPA2-PSK AP with various PSK file error and success cases"""
     addr0 = dev[0].own_addr()
     addr1 = dev[1].own_addr()