All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] Functional testing patches
@ 2026-07-07  6:19 Thomas Huth
  2026-07-07  6:19 ` [PULL 1/3] tests/functional: Add hotplug_scsi test to hotplug virtio-scsi disk Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Huth @ 2026-07-07  6:19 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-10  9:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07  6:19 [PULL 0/3] Functional testing patches Thomas Huth
2026-07-07  6:19 ` [PULL 1/3] tests/functional: Add hotplug_scsi test to hotplug virtio-scsi disk Thomas Huth
2026-07-07  6:19 ` [PULL 2/3] tests/functional/aspeed: unify boot completion detection on 'login:' prompt Thomas Huth
2026-07-07  6:19 ` [PULL 3/3] tests/functional: use QMP to query available machines Thomas Huth
2026-07-10  9:02   ` Vladimir Sementsov-Ogievskiy
2026-07-08  5:53 ` [PULL 0/3] Functional testing patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.