From 79f846a7a93c7d9f4d359cc894e34a61555c0059 Mon Sep 17 00:00:00 2001 From: Andrei Otcheretianski Date: Mon, 6 Mar 2017 13:30:35 +0200 Subject: [PATCH] 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 --- tests/hwsim/test_ap_psk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()