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 <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
c90c62e5d3
commit
79f846a7a9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ def test_ap_wpa_ccmp(dev, apdev):
|
||||||
("dot11RSNAAuthenticationSuiteSelected", "00-50-f2-2"),
|
("dot11RSNAAuthenticationSuiteSelected", "00-50-f2-2"),
|
||||||
("dot1xSuppSuppControlledPortStatus", "Authorized") ])
|
("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"""
|
"""WPA2-PSK AP with various PSK file error and success cases"""
|
||||||
addr0 = dev[0].own_addr()
|
addr0 = dev[0].own_addr()
|
||||||
addr1 = dev[1].own_addr()
|
addr1 = dev[1].own_addr()
|
||||||
|
|
Loading…
Reference in a new issue