Message ID | 20201023073351.251332-1-thuth@redhat.com |
---|---|
Headers | show |
Series | Test more "check-acceptance" tests in the gitlab-CI | expand |
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 <thuth@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é <philmd@redhat.com>
Thomas Huth <thuth@redhat.com> writes: > These patches enable more "check-acceptance" tests in the gitlab-CI, > fixing a broken URL, setting AVOCADO_ALLOW_UNTRUSTED_CODE and adding > some missing packages to the containers. Queued to pr/261020-testing-and-misc-1, thanks. -- Alex Bennée
Alex Bennée <alex.bennee@linaro.org> writes: > Thomas Huth <thuth@redhat.com> writes: > >> These patches enable more "check-acceptance" tests in the gitlab-CI, >> fixing a broken URL, setting AVOCADO_ALLOW_UNTRUSTED_CODE and adding >> some missing packages to the containers. > > Queued to pr/261020-testing-and-misc-1, thanks. Ahh I shall drop as your PR should be in first anyway.