Browse Source

tests: Run OCSP test cases with internal TLS library

There is no sufficient OCSP support to go through these test cases.

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

+ 2 - 2
tests/hwsim/test_ap_eap.py

@@ -73,8 +73,8 @@ def check_ext_cert_check_support(dev):
 
 def check_ocsp_support(dev):
     tls = dev.request("GET tls_library")
-    if tls.startswith("internal"):
-        raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
+    #if tls.startswith("internal"):
+    #    raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
     #if "BoringSSL" in tls:
     #    raise HwsimSkip("OCSP not supported with this TLS library: " + tls)