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

Philippe Mathieu-Daudé posted 2 patches 5 years, 5 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200908202352.298506-1-philmd@redhat.com
tests/Makefile.include                    |  2 +-
tests/acceptance/avocado_qemu/__init__.py | 12 ++++++++++++
tests/requirements.txt                    |  2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
[PATCH v2 0/2] Acceptance Tests: update assets location and cancel tests if missing
Posted by Philippe Mathieu-Daudé 5 years, 5 months ago
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(-)

-- 
2.26.2

Re: [PATCH v2 0/2] Acceptance Tests: update assets location and cancel tests if missing
Posted by Philippe Mathieu-Daudé 5 years, 5 months ago
On 9/8/20 10:23 PM, Philippe Mathieu-Daudé wrote:
> 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(-)
> 

CI:
https://gitlab.com/philmd/qemu/-/pipelines/187519869


Re: [PATCH v2 0/2] Acceptance Tests: update assets location and cancel tests if missing
Posted by Alex Bennée 5 years, 5 months ago
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.

-- 
Alex Bennée