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 d6f83a72a7 Acceptance tests patches 6 years ago
..
avocado_qemu meson: link emulators without Makefile.target 6 years ago
README.rst Add functional/acceptance tests infrastructure 8 years ago
boot_linux.py tests/acceptance: skip s390x_ccw_vrtio_tcg on GitLab 6 years ago
boot_linux_console.py acceptance: use stable URLs for the Debian and Ubuntu installer 6 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 tests/acceptance: wait() instead of shutdown() where appropriate 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 Acceptance tests: use avocado tags for machine type 7 years ago
machine_mips_malta.py tests/acceptance: skip multicore mips_malta tests on GitLab 6 years ago
machine_rx_gdbsim.py tests/acceptance: Disable the rx sash and arm cubieboard replay test on Gitlab 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
pc_cpu_hotplug_props.py pc: Don't make die-id mandatory unless necessary 7 years ago
ppc_prep_40p.py tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com 6 years ago
replay_kernel.py tests/acceptance: Disable the rx sash and arm cubieboard replay test on Gitlab 6 years ago
version.py tests/acceptance/version: Default to -nodefaults 7 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
vnc.py VNC Acceptance test: simplify test names 7 years ago
x86_cpu_model_versions.py tests/acceptance: Remove shebang header 7 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".