Parcourir la source

tests: Skip LEAP tests if not included in the build

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 9 ans
Parent
commit
597516df79
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tests/hwsim/test_eap_proto.py

+ 1 - 0
tests/hwsim/test_eap_proto.py

@@ -558,6 +558,7 @@ def test_eap_proto_sake(dev, apdev):
 
 def test_eap_proto_leap(dev, apdev):
     """EAP-LEAP protocol tests"""
+    check_eap_capa(dev[0], "LEAP")
     def leap_handler(ctx, req):
         logger.info("leap_handler - RX " + req.encode("hex"))
         if 'num' not in ctx: