QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Maydell 1b507e55f8 Remove many old deprecated features 5 years ago
..
avocado_qemu tests/acceptance: linux-related tests fix 5 years ago
virtiofs_submounts.py.data tests/acceptance: Add virtiofs_submounts.py 6 years ago
README.rst Add functional/acceptance tests infrastructure 8 years ago
boot_linux.py Acceptance Tests: introduce method for requiring an accelerator 6 years ago
boot_linux_console.py tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests 5 years ago
boot_xen.py tests/avocado: add boot_xen tests 5 years ago
cpu_queries.py Acceptance tests: use avocado tags for machine type 7 years ago
empty_cpu_model.py tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine 7 years ago
linux_initrd.py tests/acceptance: skip LinuxInitrd 2gib with v4.16 on GitLab 6 years ago
linux_ssh_mips_malta.py Acceptance tests: clarify ssh connection failure reason 6 years ago
machine_arm_canona1100.py tests/acceptance: Add a test for the canon-a1100 machine 6 years ago
machine_arm_integratorcp.py tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer 7 years ago
machine_arm_n8x0.py tests/acceptance: Add a test for the N800 and N810 arm machines 7 years ago
machine_avr6.py tests/acceptance: Test the Arduino MEGA2560 board 6 years ago
machine_m68k_nextcube.py tests/acceptance: Introduce tesseract_ocr() helper 6 years ago
machine_microblaze.py tests/acceptance: Re-enable the microblaze test 6 years ago
machine_mips_loongson3v.py tests/acceptance: Test PMON with Loongson-3A1000 CPU 6 years ago
machine_mips_malta.py tests/acceptance: skip multicore mips_malta tests on GitLab 6 years ago
machine_ppc.py tests/acceptance: Add a test for the virtex-ml507 ppc machine 6 years ago
machine_rx_gdbsim.py tests/acceptance: disable machine_rx_gdbsim on GitLab 6 years ago
machine_s390_ccw_virtio.py tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CI 6 years ago
machine_sparc64_sun4u.py tests/acceptance: Add a test for the sun4u sparc64 machine 6 years ago
machine_sparc_leon3.py tests/acceptance/machine_sparc_leon3: Disable HelenOS test 6 years ago
migration.py tests/acceptance/migration.py: Wait for both sides 6 years ago
multiprocess.py tests: Add functional test for out-of-process device emulation 5 years ago
pc_cpu_hotplug_props.py machine: remove 'query-cpus' QMP command 5 years ago
ppc_prep_40p.py test/acceptance: Remove the CONTINUOUS_INTEGRATION tags 6 years ago
replay_kernel.py tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests 5 years ago
reverse_debugging.py tests/acceptance: pick a random gdb port for reverse debugging 6 years ago
tcg_plugins.py tests/acceptance: add a memory callback check 6 years ago
tesseract_utils.py tests/acceptance: Introduce tesseract_ocr() helper 6 years ago
version.py tests/acceptance/version: Default to -nodefaults 7 years ago
virtio-gpu.py tests/acceptance: allow a "graceful" failing for virtio-gpu test 6 years ago
virtio_check_params.py tests/acceptance: Remove shebang header 7 years ago
virtio_version.py python/qemu: split QEMUMachine out from underneath __init__.py 7 years ago
virtiofs_submounts.py Acceptance Tests: introduce method for requiring an accelerator 6 years ago
vnc.py acceptance: switch to QMP change-vnc-password command 6 years ago
x86_cpu_model_versions.py machine: remove 'query-cpus' QMP command 5 years ago

README.rst

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