Browse Source

tests: Skip EAP-pwd NTHash test in FIPS build

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 9 years ago
parent
commit
0392867b6b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/hwsim/test_ap_eap.py

+ 1 - 0
tests/hwsim/test_ap_eap.py

@@ -1839,6 +1839,7 @@ def test_ap_wpa2_eap_pwd(dev, apdev):
 def test_ap_wpa2_eap_pwd_nthash(dev, apdev):
     """WPA2-Enterprise connection using EAP-pwd and NTHash"""
     check_eap_capa(dev[0], "PWD")
+    skip_with_fips(dev[0])
     params = hostapd.wpa2_eap_params(ssid="test-wpa2-eap")
     hostapd.add_ap(apdev[0]['ifname'], params)
     eap_connect(dev[0], apdev[0], "PWD", "pwd-hash", password="secret password")