[PULL 0/3] Functional testing patches

Thomas Huth posted 3 patches 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260707061851.8298-1-th.huth@posteo.eu
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Thomas Huth <th.huth+qemu@posteo.eu>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Fam Zheng <fam@euphon.net>
MAINTAINERS                                      |  1 +
tests/functional/arm/test_aspeed_anacapa.py      |  6 +-
tests/functional/arm/test_aspeed_bletchley.py    |  6 +-
tests/functional/arm/test_aspeed_catalina.py     |  6 +-
tests/functional/arm/test_aspeed_gb200nvl_bmc.py |  3 +-
tests/functional/aspeed.py                       | 21 ++----
tests/functional/qemu_test/testcase.py           | 31 +++++++--
tests/functional/x86_64/meson.build              |  1 +
tests/functional/x86_64/test_hotplug_scsi.py     | 86 ++++++++++++++++++++++++
9 files changed, 127 insertions(+), 34 deletions(-)
create mode 100755 tests/functional/x86_64/test_hotplug_scsi.py
[PULL 0/3] Functional testing patches
Posted by Thomas Huth 2 weeks, 5 days ago
 Hi Stefan!

The following changes since commit 7f2007d1924565c7a38b2c6ba01ebc1a85db0a49:

  Merge tag 'pull-qobject-2026-07-02' of https://repo.or.cz/qemu/armbru into staging (2026-07-03 07:42:51 +0200)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2026-07-07

for you to fetch changes up to 0e7aa78b0bee50b076785d4cf4a1b7546b3bed31:

  tests/functional: use QMP to query available machines (2026-07-05 21:29:32 +0200)

----------------------------------------------------------------
* Add test for hotplugging a virtio-scsi disk
* Improve boot completion detection in aspeed tests
* Use QMP to query available machines in functional tests

----------------------------------------------------------------
Cédric Le Goater (1):
      tests/functional/aspeed: unify boot completion detection on 'login:' prompt

Ganesh Harshan (1):
      tests/functional: use QMP to query available machines

Siddhi Katage (1):
      tests/functional: Add hotplug_scsi test to hotplug virtio-scsi disk

 MAINTAINERS                                      |  1 +
 tests/functional/arm/test_aspeed_anacapa.py      |  6 +-
 tests/functional/arm/test_aspeed_bletchley.py    |  6 +-
 tests/functional/arm/test_aspeed_catalina.py     |  6 +-
 tests/functional/arm/test_aspeed_gb200nvl_bmc.py |  3 +-
 tests/functional/aspeed.py                       | 21 ++----
 tests/functional/qemu_test/testcase.py           | 31 +++++++--
 tests/functional/x86_64/meson.build              |  1 +
 tests/functional/x86_64/test_hotplug_scsi.py     | 86 ++++++++++++++++++++++++
 9 files changed, 127 insertions(+), 34 deletions(-)
 create mode 100755 tests/functional/x86_64/test_hotplug_scsi.py

Re: [PULL 0/3] Functional testing patches
Posted by Stefan Hajnoczi 2 weeks, 4 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.