test/docker/dockerfiles: Add missing packages for acceptance tests
authorThomas Huth <thuth@redhat.com>
Thu, 22 Oct 2020 16:25:44 +0000 (18:25 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 26 Oct 2020 08:54:16 +0000 (09:54 +0100)
Some of the "check-acceptance" tests are still skipped in the CI
since the docker images do not provide the necessary packages, e.g.
the netcat binary. Add them to get more test coverage.

Message-Id: <20201023073351.251332-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/docker/dockerfiles/centos8.docker
tests/docker/dockerfiles/debian-amd64.docker
tests/docker/dockerfiles/fedora.docker
tests/docker/dockerfiles/ubuntu2004.docker

index 585dfad9bef328ba7f8c7d0d3a544e8e68942c87..a58914211462c3731a3115ad0647316adf91159a 100644 (file)
@@ -18,6 +18,7 @@ ENV PACKAGES \
     lzo-devel \
     make \
     mesa-libEGL-devel \
+    nmap-ncat \
     nettle-devel \
     ninja-build \
     perl-Test-Harness \
index 314c6bae83bf57eb4a51e2f92501d05e4e7c3e90..55075d9fce55c0461977136efb5412c79b5542b1 100644 (file)
@@ -23,6 +23,9 @@ RUN apt update && \
         libsnappy-dev \
         libvte-dev \
         netcat-openbsd \
+        openssh-client \
+        python3-numpy \
+        python3-opencv \
         python3-venv
 
 # virgl
index ac79d95418739a481618b27fb3a60ecbf071d0aa..0b5053f2d090cc6e3fe59b3fe849ee84f952998e 100644 (file)
@@ -73,6 +73,7 @@ ENV PACKAGES \
     mingw64-pixman \
     mingw64-pkg-config \
     mingw64-SDL2 \
+    nmap-ncat \
     ncurses-devel \
     nettle-devel \
     ninja-build \
index 17b37cda38344918eec94d020d51cfc1fc7601ed..355bbb3c638d18b4dbfdcdd67526a8fc707f5a1d 100644 (file)
@@ -47,6 +47,7 @@ ENV PACKAGES flex bison \
     libxen-dev \
     libzstd-dev \
     make \
+    netcat-openbsd \
     ninja-build \
     python3-numpy \
     python3-opencv \