From: Andrei Otcheretianski Date: Mon, 6 Mar 2017 11:30:35 +0000 (+0200) Subject: tests: Rename ap_wpa2_psk_file test X-Git-Tag: hostap_2_7~1504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f846a7a93c7d9f4d359cc894e34a61555c0059;p=thirdparty%2Fhostap.git tests: Rename ap_wpa2_psk_file test There are two different tests with the same name in test_ap_psk.py. Fix that. Signed-off-by: Andrei Otcheretianski --- diff --git a/tests/hwsim/test_ap_psk.py b/tests/hwsim/test_ap_psk.py index 47874238b..21523e0cb 100644 --- a/tests/hwsim/test_ap_psk.py +++ b/tests/hwsim/test_ap_psk.py @@ -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()