summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 10:28:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 10:37:04 +0200
commit83536a74c113ddfa92f64fdd3798787d89ffe054 (patch)
tree73da8268ae86aa35d236ee33f656c1d2efc4b51c
parent4c4f74f1729f8e1b83e2aee589bfed0f79b5abbb (diff)
downloadgnutls-83536a74c113ddfa92f64fdd3798787d89ffe054.tar.gz
tlsfuzzer: enabled ocsp stapling test
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert.json2
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json
index ca360b45e3..242e909cc6 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert.json
@@ -6,6 +6,8 @@
"--priority=@PRIORITY@",
"--disable-client-cert", "--port=@PORT@"],
"tests" : [
+ {"name" : "test-ocsp-stapling.py",
+ "arguments" : ["--no-status"] },
{"name" : "test-aes-gcm-nonces.py" },
{"name" : "test-atypical-padding.py" },
{"name" : "test-bleichenbacher-workaround.py" },
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
index 6459fbf4df..8231b9c2c5 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
@@ -66,6 +66,7 @@ retval=$?
rm -f ${TMPFILE}
popd
+popd
$UNLOCKFILE
exit $retval