On 10/23/20 9:33 AM, Thomas Huth wrote:
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.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
tests/docker/dockerfiles/centos8.docker | 1 +
tests/docker/dockerfiles/debian-amd64.docker | 3 +++
tests/docker/dockerfiles/fedora.docker | 1 +
tests/docker/dockerfiles/ubuntu2004.docker | 1 +
4 files changed, 6 insertions(+)
Finally...
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>