mbox series

[0/4] Test more "check-acceptance" tests in the gitlab-CI

Message ID 20201023073351.251332-1-thuth@redhat.com
Headers show
Series Test more "check-acceptance" tests in the gitlab-CI | expand

Message

Thomas Huth Oct. 23, 2020, 7:33 a.m. UTC
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.

Thomas Huth (4):
  tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
  test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
  tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
  test/docker/dockerfiles: Add missing packages for acceptance tests

 .gitlab-ci.yml                               | 1 +
 tests/acceptance/ppc_prep_40p.py             | 4 +---
 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 +
 6 files changed, 8 insertions(+), 3 deletions(-)

Comments

Philippe Mathieu-Daudé Oct. 23, 2020, 8:07 a.m. UTC | #1
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>
Alex Bennée Oct. 26, 2020, 1:27 p.m. UTC | #2
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 Oct. 26, 2020, 1:41 p.m. UTC | #3
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.