travis: Enable TLS testing

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
Radostin Stoyanov 2019-05-08 21:45:39 +01:00 committed by Andrei Vagin
parent b12d4f2758
commit 73d3ddef34
5 changed files with 8 additions and 2 deletions

View file

@ -9,6 +9,7 @@ RUN apk update && apk add \
ccache \
coreutils \
git \
gnutls-dev \
libaio-dev \
libcap-dev \
libnet-dev \

View file

@ -9,6 +9,7 @@ RUN yum install -y \
findutils \
gcc \
git \
gnutls-devel \
iproute \
iptables \
libaio-devel \

View file

@ -6,6 +6,7 @@ RUN dnf install -y \
findutils \
gcc \
git \
gnutls-devel \
iproute \
iptables \
libaio-devel \

View file

@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
iptables \
libaio-dev \
libcap-dev \
libgnutls28-dev \
libgnutls30 \
libnl-3-dev \
libprotobuf-c0-dev \
libprotobuf-dev \

View file

@ -2,8 +2,8 @@
set -x -e
TRAVIS_PKGS="protobuf-c-compiler libprotobuf-c0-dev libaio-dev
libprotobuf-dev protobuf-compiler libcap-dev
libnl-3-dev gcc-multilib gdb bash python-protobuf
libgnutls28-dev libgnutls30 libprotobuf-dev protobuf-compiler
libcap-dev libnl-3-dev gcc-multilib gdb bash python-protobuf
libnet-dev util-linux asciidoctor libnl-route-3-dev"
travis_prep () {
@ -125,6 +125,7 @@ LAZY_TESTS=.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*
./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages --tls $LAZY_EXCLUDE $ZDTM_OPTS
bash ./test/jenkins/criu-fault.sh
bash ./test/jenkins/criu-fcg.sh