qemu/tests/avocado
Thomas Huth bd39b7b5f3 tests/avocado/machine_s390_ccw_virtio: Skip the flaky virtio-gpu test by default
The virtio-gpu test is known to be flaky - that's why we also did
not enable the test_s390x_fedora in the gitlab CI. However, a flaky
test can also be annoying when testing locally, so let's rather skip
this subtest by default and start running the test_s390x_fedora test
in the gitlab CI again (since the other things that are tested here
are quite valuable).

Message-Id: <20230724084851.24251-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2023-07-24 18:44:48 +02:00
..
acpi-bits
avocado_qemu avocado_qemu/__init__.py: factor out the qemu-img finding 2023-04-27 14:58:23 +01:00
virtiofs_submounts.py.data
acpi-bits.py acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline 2023-05-22 10:32:59 +02:00
boot_linux.py
boot_linux_console.py tests/avocado: Make the test_arm_bpim2u_gmac test more reliable 2023-07-03 12:51:58 +01:00
boot_xen.py
cpu_queries.py
empty_cpu_model.py
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 tests/avocado: Disable the test_sbsaref_edk2_firmware by default 2023-07-18 11:22:51 +02:00
machine_aarch64_virt.py
machine_arm_canona1100.py
machine_arm_integratorcp.py
machine_arm_n8x0.py
machine_aspeed.py tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk tests 2023-04-27 14:58:23 +01:00
machine_avr6.py
machine_loongarch.py tests/avocado: Add LoongArch machine start test 2023-05-15 19:09:33 +08:00
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 igb: Notify only new interrupts 2023-05-23 15:20:15 +08:00
pc_cpu_hotplug_props.py
ppc_74xx.py
ppc_405.py
ppc_bamboo.py
ppc_mpc8544ds.py
ppc_powernv.py tests/avocado: Add powernv machine test script 2023-07-07 04:47:49 -03:00
ppc_prep_40p.py
ppc_pseries.py tests/avocado: ppc test VOF bios Linux boot 2023-06-25 22:41:31 +02:00
ppc_virtex_ml507.py
README.rst
replay_kernel.py tests/avocado: record_replay test for ppc powernv machine 2023-07-07 04:46:06 -03:00
replay_linux.py
reverse_debugging.py
riscv_opensbi.py tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing 2023-07-10 22:29:14 +10:00
smmu.py
tcg_plugins.py
tesseract_utils.py
tuxrun_baselines.py tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirp 2023-06-10 10:19:24 -03:00
version.py
virtio-gpu.py tests/avocado/virtio-gpu: Cancel test if drm rendering is not available 2023-05-30 13:24:51 -07:00
virtio_check_params.py
virtio_version.py
vnc.py
x86_cpu_model_versions.py

=============================================
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".