qemu-e2k/tests/acceptance
Alex Bennée d98946450d tests/acceptance: allow a "graceful" failing for virtio-gpu test
This is a band-aid with a TODO for cases when QEMU doesn't start due
to missing VirGL. Longer term we could do with some proper feature
probing.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210222101455.12640-4-alex.bennee@linaro.org>
2021-02-24 11:05:14 +00:00
..
avocado_qemu Acceptance Tests: set up existing ssh keys by default 2021-02-15 22:30:06 -05:00
virtiofs_submounts.py.data
boot_linux_console.py tests/acceptance: Re-enable the microblaze test 2021-02-08 17:22:36 +01:00
boot_linux.py Acceptance Tests: introduce method for requiring an accelerator 2021-02-15 22:23:40 -05:00
cpu_queries.py
empty_cpu_model.py
linux_initrd.py
linux_ssh_mips_malta.py Acceptance tests: clarify ssh connection failure reason 2021-02-08 17:22:36 +01:00
machine_arm_canona1100.py
machine_arm_integratorcp.py
machine_arm_n8x0.py
machine_avr6.py
machine_m68k_nextcube.py tests/acceptance: Introduce tesseract_ocr() helper 2021-02-08 12:37:33 +01:00
machine_microblaze.py tests/acceptance: Re-enable the microblaze test 2021-02-08 17:22:36 +01:00
machine_mips_loongson3v.py tests/acceptance: Test PMON with Loongson-3A1000 CPU 2021-02-21 19:42:33 +01:00
machine_mips_malta.py
machine_ppc.py tests/acceptance: Add a test for the virtex-ml507 ppc machine 2021-02-08 12:41:03 +01:00
machine_rx_gdbsim.py
machine_s390_ccw_virtio.py
machine_sparc64_sun4u.py
machine_sparc_leon3.py
migration.py
pc_cpu_hotplug_props.py
ppc_prep_40p.py
README.rst
replay_kernel.py tests/acceptance: Increase the timeout in the replay tests 2021-02-08 09:40:51 +00:00
reverse_debugging.py
tcg_plugins.py tests/acceptance: add a memory callback check 2021-02-18 08:19:23 +00:00
tesseract_utils.py tests/acceptance: Introduce tesseract_ocr() helper 2021-02-08 12:37:33 +01:00
version.py
virtio_check_params.py
virtio_version.py
virtio-gpu.py tests/acceptance: allow a "graceful" failing for virtio-gpu test 2021-02-24 11:05:14 +00:00
virtiofs_submounts.py Acceptance Tests: introduce method for requiring an accelerator 2021-02-15 22:23:40 -05:00
vnc.py acceptance: switch to QMP change-vnc-password command 2021-01-23 15:55:07 -05:00
x86_cpu_model_versions.py

============================================
Acceptance tests using the Avocado Framework
============================================

This directory contains functional tests, also known as acceptance
level 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 "Acceptance tests using the Avocado Framework".