mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
travis: Enable TLS testing
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
parent
b12d4f2758
commit
73d3ddef34
5 changed files with 8 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ RUN apk update && apk add \
|
|||
ccache \
|
||||
coreutils \
|
||||
git \
|
||||
gnutls-dev \
|
||||
libaio-dev \
|
||||
libcap-dev \
|
||||
libnet-dev \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ RUN yum install -y \
|
|||
findutils \
|
||||
gcc \
|
||||
git \
|
||||
gnutls-devel \
|
||||
iproute \
|
||||
iptables \
|
||||
libaio-devel \
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ RUN dnf install -y \
|
|||
findutils \
|
||||
gcc \
|
||||
git \
|
||||
gnutls-devel \
|
||||
iproute \
|
||||
iptables \
|
||||
libaio-devel \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue