]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Run OCSP test cases with internal TLS library
authorJouni Malinen <j@w1.fi>
Thu, 17 Dec 2015 09:31:37 +0000 (11:31 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 17 Dec 2015 19:19:59 +0000 (21:19 +0200)
There is no sufficient OCSP support to go through these test cases.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index 14b7ac12cd09e7fbac037f94b5fc1d850c640421..9a34179c61b8476df7e0e78537b162fb27cc3342 100644 (file)
@@ -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)