qemu/tests/avocado
Philippe Mathieu-Daudé 8328d79621 tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
assertRegexpMatches() has been removed in Python 3.12 and should be replaced by
assertRegex(). See: https://docs.python.org/3.12/whatsnew/3.12.html#id3

Inspired-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231114144832.71612-1-philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit f0a663b4ced2bf315936c774c2b6ff398fce8905)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: adjust context for before v8.1.0-1582-g684750ab4f
 "python/qemu: rename command() to cmd()")
2023-11-29 15:35:38 +03:00
..
acpi-bits
avocado_qemu
virtiofs_submounts.py.data
acpi-bits.py
boot_linux.py
boot_linux_console.py
boot_xen.py
cpu_queries.py tests/avocado: Replace assertEquals() for Python 3.12 compatibility 2023-11-29 15:35:38 +03:00
empty_cpu_model.py tests/avocado: Replace assertEquals() for Python 3.12 compatibility 2023-11-29 15:35:38 +03:00
hotplug_cpu.py
info_usernet.py
intel_iommu.py
kvm_xen_guest.py
linux_initrd.py
linux_ssh_mips_malta.py
load_bflt.py
machine_aarch64_sbsaref.py
machine_aarch64_virt.py
machine_arm_canona1100.py
machine_arm_integratorcp.py
machine_arm_n8x0.py
machine_aspeed.py
machine_avr6.py
machine_loongarch.py
machine_m68k_nextcube.py
machine_microblaze.py
machine_mips_fuloong2e.py
machine_mips_loongson3v.py
machine_mips_malta.py
machine_rx_gdbsim.py
machine_s390_ccw_virtio.py tests/avocado/machine_s390_ccw_virtio: Skip the flaky virtio-gpu test by default 2023-07-24 18:44:48 +02:00
machine_sparc64_sun4u.py
machine_sparc_leon3.py
migration.py tests/avocado/migration: Remove the malfunctioning s390x tests 2023-07-24 18:44:48 +02:00
multiprocess.py
netdev-ethtool.py
pc_cpu_hotplug_props.py tests/avocado: Replace assertEquals() for Python 3.12 compatibility 2023-11-29 15:35:38 +03:00
ppc_74xx.py
ppc_405.py
ppc_bamboo.py
ppc_mpc8544ds.py
ppc_powernv.py
ppc_prep_40p.py
ppc_pseries.py
ppc_virtex_ml507.py
README.rst
replay_kernel.py
replay_linux.py
reverse_debugging.py
riscv_opensbi.py
smmu.py
tcg_plugins.py
tesseract_utils.py
tuxrun_baselines.py
version.py tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility 2023-11-29 15:35:38 +03:00
virtio-gpu.py
virtio_check_params.py tests/avocado: avoid invalid escape in Python string 2023-10-19 14:52:59 +03:00
virtio_version.py
vnc.py
x86_cpu_model_versions.py tests/avocado: Replace assertEquals() for Python 3.12 compatibility 2023-11-29 15:35:38 +03:00

=============================================
Integration tests using the Avocado Framework
=============================================

This directory contains integration tests. They're usually higher
level, and may interact with external resources and with various
guest operating systems.

For more information, please refer to ``docs/devel/testing.rst``,
section "Integration tests using the Avocado Framework".