[PATCH v4 0/6] testing/next: avocado, docs, gitlab

Alex Bennée posted 6 patches 1 year ago
Failed in applying to current master (apply log)
MAINTAINERS                              |   1 +
.gitlab-ci.d/buildtest.yml               |   6 +-
qemu-options.hx                          |  24 +++-
scripts/device-crash-test                |   4 +-
tests/Makefile.include                   |  18 ++-
tests/avocado/machine_aarch64_sbsaref.py | 158 +++++++++++++++++++++
tests/avocado/tuxrun_baselines.py        | 170 +++++++++++++++++++----
tests/requirements.txt                   |   2 +-
8 files changed, 343 insertions(+), 40 deletions(-)
create mode 100644 tests/avocado/machine_aarch64_sbsaref.py
[PATCH v4 0/6] testing/next: avocado, docs, gitlab
Posted by Alex Bennée 1 year ago
This is the current state of my testing tree. It contains a few
patches that didn't make it into 8.0 and more testing fixes including
a bump to the avocado release including Thomas' --max-parallel-tasks
hack to avoid running the tests in parallel. So far it doesn't look
like its causing any problems although I am seeing some timeouts on
the BSDs.

The following patches need review:

tests/avocado: use the new snapshots for testing
tests/requirements.txt: bump up avocado-framework version to 101.0 (0 acks, 1 sobs, 1 tbs)

Alex Bennée (2):
  tests/avocado: use the new snapshots for testing
  qemu-options: finesse the recommendations around -blockdev

Kautuk Consul (1):
  tests/requirements.txt: bump up avocado-framework version to 101.0

Philippe Mathieu-Daudé (1):
  tests/avocado: Add set of boot tests on SBSA-ref

Thomas Huth (2):
  gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
  scripts/device-crash-test: Add a parameter to run with TCG only

 MAINTAINERS                              |   1 +
 .gitlab-ci.d/buildtest.yml               |   6 +-
 qemu-options.hx                          |  24 +++-
 scripts/device-crash-test                |   4 +-
 tests/Makefile.include                   |  18 ++-
 tests/avocado/machine_aarch64_sbsaref.py | 158 +++++++++++++++++++++
 tests/avocado/tuxrun_baselines.py        | 170 +++++++++++++++++++----
 tests/requirements.txt                   |   2 +-
 8 files changed, 343 insertions(+), 40 deletions(-)
 create mode 100644 tests/avocado/machine_aarch64_sbsaref.py

-- 
2.39.2


Re: [PATCH v4 0/6] testing/next: avocado, docs, gitlab
Posted by John Snow 1 year ago
On Mon, Apr 17, 2023 at 9:43 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> This is the current state of my testing tree. It contains a few
> patches that didn't make it into 8.0 and more testing fixes including
> a bump to the avocado release including Thomas' --max-parallel-tasks
> hack to avoid running the tests in parallel. So far it doesn't look
> like its causing any problems although I am seeing some timeouts on
> the BSDs.

Oh, looks like you answered my question here. OK then!


>
> The following patches need review:
>
> tests/avocado: use the new snapshots for testing
> tests/requirements.txt: bump up avocado-framework version to 101.0 (0 acks, 1 sobs, 1 tbs)
>
> Alex Bennée (2):
>   tests/avocado: use the new snapshots for testing
>   qemu-options: finesse the recommendations around -blockdev
>
> Kautuk Consul (1):
>   tests/requirements.txt: bump up avocado-framework version to 101.0
>
> Philippe Mathieu-Daudé (1):
>   tests/avocado: Add set of boot tests on SBSA-ref
>
> Thomas Huth (2):
>   gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
>   scripts/device-crash-test: Add a parameter to run with TCG only
>
>  MAINTAINERS                              |   1 +
>  .gitlab-ci.d/buildtest.yml               |   6 +-
>  qemu-options.hx                          |  24 +++-
>  scripts/device-crash-test                |   4 +-
>  tests/Makefile.include                   |  18 ++-
>  tests/avocado/machine_aarch64_sbsaref.py | 158 +++++++++++++++++++++
>  tests/avocado/tuxrun_baselines.py        | 170 +++++++++++++++++++----
>  tests/requirements.txt                   |   2 +-
>  8 files changed, 343 insertions(+), 40 deletions(-)
>  create mode 100644 tests/avocado/machine_aarch64_sbsaref.py
>
> --
> 2.39.2
>