Skip to content

Commit

Permalink
Update test suite
Browse files Browse the repository at this point in the history
Disable DSA tests for OpenSSL too. It seems that ocserv stops accepting DSA
certs when you use TLSv1.2.

Stop expecting CentOS7/GnuTLS to fail the auth-pkcs11 test. It doesn't seem
to.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 14, 2016
1 parent 8adb493 commit 82297b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -15,7 +15,7 @@ CentOS7/GnuTLS:
- ./configure --with-java
- make -j4
# XFAIL the auth-pkcs11 test because GnuTLS 3.3.8 doesn't support pin-value
- make VERBOSE=1 -j4 check XFAIL_TESTS="auth-pkcs11"
- make VERBOSE=1 -j4 check
tags:
- shared
except:
Expand Down Expand Up @@ -122,7 +122,7 @@ Fedora/GnuTLS/clang:
paths:
- tests/*.log

Fedora/GnuTLS/OpenSSL:
Fedora/OpenSSL:
script:
- dnf install -y git autoconf automake libtool python gettext
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
Expand All @@ -133,7 +133,7 @@ Fedora/GnuTLS/OpenSSL:
java-devel-openjdk 'pkgconfig(libp11)'
- dnf --enablerepo=updates-testing update -y libp11\* gnutls
- ./autogen.sh
- ./configure --without-gnutls --with-openssl --without-openssl-version-check
- ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand All @@ -157,7 +157,7 @@ Fedora/OpenSSL/clang:
java-devel-openjdk 'pkgconfig(libp11)' clang
- dnf --enablerepo=updates-testing update -y libp11\* gnutls
- ./autogen.sh
- ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check
- ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand Down

0 comments on commit 82297b6

Please sign in to comment.