[PATCH v3 0/8] testing/next: gdb-multiarch, check-tcg, docker, vbsa tests (pre-PR)

Alex Bennée posted 8 patches 1 day, 20 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260320155107.2143191-1-alex.bennee@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <th.huth+qemu@posteo.eu>, "Daniel P. Berrangé" <berrange@redhat.com>
configure                                     |   1 -
tests/tcg/multiarch/linux/linux-test.c        |   5 +-
.../ci/setup/debian/debian-13-ppc64le.yaml    |   1 -
.../ci/setup/ubuntu/ubuntu-2404-aarch64.yaml  |   1 -
.../ci/setup/ubuntu/ubuntu-2404-s390x.yaml    |   1 -
tests/Makefile.include                        |   8 +-
tests/docker/dockerfiles/alpine.docker        |   1 -
tests/docker/dockerfiles/centos9.docker       |   1 -
.../dockerfiles/debian-amd64-cross.docker     |   1 -
.../dockerfiles/debian-arm64-cross.docker     |   1 -
.../dockerfiles/debian-armhf-cross.docker     |   1 -
.../dockerfiles/debian-i686-cross.docker      |   1 -
.../dockerfiles/debian-mips64el-cross.docker  |   1 -
.../dockerfiles/debian-mipsel-cross.docker    |   1 -
.../dockerfiles/debian-ppc64el-cross.docker   |   1 -
.../dockerfiles/debian-riscv64-cross.docker   |   1 -
.../dockerfiles/debian-s390x-cross.docker     |   1 -
tests/docker/dockerfiles/debian.docker        |   1 -
.../dockerfiles/fedora-rust-nightly.docker    |   1 -
.../dockerfiles/fedora-win64-cross.docker     |   1 -
tests/docker/dockerfiles/fedora.docker        |   1 -
tests/docker/dockerfiles/opensuse-leap.docker |  35 +++--
tests/docker/dockerfiles/ubuntu2204.docker    |   1 -
tests/functional/aarch64/test_virt_vbsa.py    | 122 ++++++++++++++++--
tests/functional/migration.py                 |   4 +-
tests/functional/qemu_test/testcase.py        |   9 +-
tests/lcitool/mappings.yml                    |  58 ---------
tests/lcitool/projects/qemu.yml               |   2 -
tests/lcitool/refresh                         |   2 +-
tests/tcg/Makefile.target                     |  12 +-
30 files changed, 156 insertions(+), 121 deletions(-)
[PATCH v3 0/8] testing/next: gdb-multiarch, check-tcg, docker, vbsa tests (pre-PR)
Posted by Alex Bennée 1 day, 20 hours ago
This is the current status of my testing tree. The gdb-multiarch and
filtering changes should be pretty uncontroversial. I've also picked
up some stray testing patches that where hanging around on the list.

I'll roll the PR on Monday.

v3
  - gdb-multiarch tests should work now Phillipe's stuff is merged
  - grabbed Thomas' ncat and opensuse patches

v2

  - mostly tweaks to the vbsa test (see inline comments on commit)
  - dropped the zip and send_key patches

Alex.

Alex Bennée (3):
  tests/tcg: allow filtering of TCG tests
  tests/functional: allow tests to define decompression target
  tests/functional: add VBSA linux tests

Matheus Tavares Bernardino (1):
  tests/tcg/multiarch/linux-test: use portable alternative for dirent64

Thomas Huth (4):
  tests/lcitool: Remove python3-sqlite3 from the list of needed packages
  tests/lcitool: Update openSUSE to version 16
  tests/docker: Update the opensuse-leap container file to version 16
  tests: Replace ncat with socat in migration test and drop ncat from
    containers

 configure                                     |   1 -
 tests/tcg/multiarch/linux/linux-test.c        |   5 +-
 .../ci/setup/debian/debian-13-ppc64le.yaml    |   1 -
 .../ci/setup/ubuntu/ubuntu-2404-aarch64.yaml  |   1 -
 .../ci/setup/ubuntu/ubuntu-2404-s390x.yaml    |   1 -
 tests/Makefile.include                        |   8 +-
 tests/docker/dockerfiles/alpine.docker        |   1 -
 tests/docker/dockerfiles/centos9.docker       |   1 -
 .../dockerfiles/debian-amd64-cross.docker     |   1 -
 .../dockerfiles/debian-arm64-cross.docker     |   1 -
 .../dockerfiles/debian-armhf-cross.docker     |   1 -
 .../dockerfiles/debian-i686-cross.docker      |   1 -
 .../dockerfiles/debian-mips64el-cross.docker  |   1 -
 .../dockerfiles/debian-mipsel-cross.docker    |   1 -
 .../dockerfiles/debian-ppc64el-cross.docker   |   1 -
 .../dockerfiles/debian-riscv64-cross.docker   |   1 -
 .../dockerfiles/debian-s390x-cross.docker     |   1 -
 tests/docker/dockerfiles/debian.docker        |   1 -
 .../dockerfiles/fedora-rust-nightly.docker    |   1 -
 .../dockerfiles/fedora-win64-cross.docker     |   1 -
 tests/docker/dockerfiles/fedora.docker        |   1 -
 tests/docker/dockerfiles/opensuse-leap.docker |  35 +++--
 tests/docker/dockerfiles/ubuntu2204.docker    |   1 -
 tests/functional/aarch64/test_virt_vbsa.py    | 122 ++++++++++++++++--
 tests/functional/migration.py                 |   4 +-
 tests/functional/qemu_test/testcase.py        |   9 +-
 tests/lcitool/mappings.yml                    |  58 ---------
 tests/lcitool/projects/qemu.yml               |   2 -
 tests/lcitool/refresh                         |   2 +-
 tests/tcg/Makefile.target                     |  12 +-
 30 files changed, 156 insertions(+), 121 deletions(-)

-- 
2.47.3