mbox series

[v2,0/2] Acceptance Tests: update assets location and cancel tests if missing

Message ID 20200908202352.298506-1-philmd@redhat.com
Headers show
Series Acceptance Tests: update assets location and cancel tests if missing | expand

Message

Philippe Mathieu-Daudé Sept. 8, 2020, 8:23 p.m. UTC
Cover from Cleber's v1:

  To minimize the inconvenciente caused by test and job failures in the
  future, an option is enabled that will cancel (AKA skip) tests early
  when those assets are not available.

Pavel Dovgaluk (1):
  tests: bump avocado version

Philippe Mathieu-Daudé (1):
  tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)

 tests/Makefile.include                    |  2 +-
 tests/acceptance/avocado_qemu/__init__.py | 12 ++++++++++++
 tests/requirements.txt                    |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

Comments

Alex Bennée Sept. 9, 2020, 10:51 a.m. UTC | #1
Philippe Mathieu-Daudé <philmd@redhat.com> writes:

> Cover from Cleber's v1:
>
>   To minimize the inconvenciente caused by test and job failures in the
>   future, an option is enabled that will cancel (AKA skip) tests early
>   when those assets are not available.
>
> Pavel Dovgaluk (1):
>   tests: bump avocado version
>
> Philippe Mathieu-Daudé (1):
>   tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)
>
>  tests/Makefile.include                    |  2 +-
>  tests/acceptance/avocado_qemu/__init__.py | 12 ++++++++++++
>  tests/requirements.txt                    |  2 +-
>  3 files changed, 14 insertions(+), 2 deletions(-)

Queued to testing/next, thanks.