qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] tests/avocado: ppc additions and other fixes
@ 2024-01-07 17:01 Nicholas Piggin
  2024-01-07 17:01 ` [PATCH 1/9] gitlab: fix s390x tag for avocado-system-centos Nicholas Piggin
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Nicholas Piggin @ 2024-01-07 17:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Nicholas Piggin, Alex Bennée, Daniel Henrique Barboza,
	Cédric Le Goater, Harsh Prateek Bora,
	Philippe Mathieu-Daudé, Thomas Huth,
	Wainer dos Santos Moschetta, Beraldo Leal, Cleber Rosa, qemu-ppc

This is a set of ppc avocado tests that I have posted before, but
it has also grown a few misc changes, and patch 2 creates a
dependency with the added ppc tests that use the
AVOCADO_ALLOW_LONG_RUNTIME it introduces. I could take patches 2-3
via the ppc tree if they get acked, but happy to rebase ppc tests
if they'd better go via testing tree.

Thanks,
Nick

Nicholas Piggin (9):
  gitlab: fix s390x tag for avocado-system-centos
  tests/avocado: mark boot_linux.py long runtime instead of flaky
  tests/avocado: Mark x86-64 boot_linux.py TCG tests as long runtime
  tests/avocado: Enable replay_linux.py on ppc64 pseries
  tests/avocado: ppc add powernv10 boot_linux_console test
  tests/avocado: Add ppc pseries and powernv hash MMU tests
  tests/avocado: Add pseries KVM boot_linux test
  tests/avocado: ppc add hypervisor tests
  tests/avocado: Add FreeBSD distro boot tests for ppc

 MAINTAINERS                         |   1 +
 docs/devel/testing.rst              |   8 ++
 .gitlab-ci.d/buildtest.yml          |   2 +-
 tests/avocado/boot_freebsd.py       | 106 +++++++++++++++
 tests/avocado/boot_linux.py         |  32 ++---
 tests/avocado/boot_linux_console.py |   8 ++
 tests/avocado/ppc_hv_tests.py       | 201 ++++++++++++++++++++++++++++
 tests/avocado/ppc_powernv.py        |  23 +++-
 tests/avocado/ppc_pseries.py        |  20 ++-
 tests/avocado/replay_linux.py       |  76 ++++++++++-
 10 files changed, 453 insertions(+), 24 deletions(-)
 create mode 100644 tests/avocado/boot_freebsd.py
 create mode 100644 tests/avocado/ppc_hv_tests.py

-- 
2.42.0



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

end of thread, other threads:[~2024-01-24 13:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 17:01 [PATCH 0/9] tests/avocado: ppc additions and other fixes Nicholas Piggin
2024-01-07 17:01 ` [PATCH 1/9] gitlab: fix s390x tag for avocado-system-centos Nicholas Piggin
2024-01-08  9:45   ` Cédric Le Goater
2024-01-08 11:35   ` Philippe Mathieu-Daudé
2024-01-24 13:11   ` Philippe Mathieu-Daudé
2024-01-07 17:01 ` [PATCH 2/9] tests/avocado: mark boot_linux.py long runtime instead of flaky Nicholas Piggin
2024-01-08 10:12   ` Cédric Le Goater
2024-01-08 11:56   ` Thomas Huth
2024-01-07 17:01 ` [PATCH 3/9] tests/avocado: Mark x86-64 boot_linux.py TCG tests as long runtime Nicholas Piggin
2024-01-07 17:01 ` [PATCH 4/9] tests/avocado: Enable replay_linux.py on ppc64 pseries Nicholas Piggin
2024-01-07 17:01 ` [PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test Nicholas Piggin
2024-01-08 10:53   ` Cédric Le Goater
2024-01-07 17:01 ` [PATCH 6/9] tests/avocado: Add ppc pseries and powernv hash MMU tests Nicholas Piggin
2024-01-07 17:01 ` [PATCH 7/9] tests/avocado: Add pseries KVM boot_linux test Nicholas Piggin
2024-01-08 10:53   ` Cédric Le Goater
2024-01-07 17:01 ` [PATCH 8/9] tests/avocado: ppc add hypervisor tests Nicholas Piggin
2024-01-08 14:37   ` Cédric Le Goater
2024-01-07 17:01 ` [PATCH 9/9] tests/avocado: Add FreeBSD distro boot tests for ppc Nicholas Piggin
2024-01-08 12:16   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).