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.
 
 
 
 
 
 
Thomas Huth 24bfaae139 tests/acceptance: Add a test with the Fedora 31 kernel and initrd 5 years ago
..
avocado_qemu tests/avocado: clean-up socket directory after run 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 tests/acceptance/boot_linux: Accept SSH pubkey 6 years ago
boot_linux_console.py tests/acceptance: Disable Spartan-3A DSP 1800A test 5 years ago
cpu_queries.py Acceptance tests: use avocado tags for machine type 6 years ago
empty_cpu_model.py tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine 6 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 6 years ago
machine_arm_n8x0.py tests/acceptance: Add a test for the N800 and N810 arm machines 6 years ago
machine_avr6.py tests/acceptance: Test the Arduino MEGA2560 board 6 years ago
machine_m68k_nextcube.py tests/acceptance: Use .ppm extention for Portable PixMap files 6 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 machine_rx_gdbsim on GitLab 6 years ago
machine_s390_ccw_virtio.py tests/acceptance: Add a test with the Fedora 31 kernel and initrd 5 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 tests/acceptance: Fix LGPL information in the file headers 5 years ago
ppc_prep_40p.py test/acceptance: Remove the CONTINUOUS_INTEGRATION tags 6 years ago
replay_kernel.py tests/acceptance: Disable Spartan-3A DSP 1800A test 5 years ago
reverse_debugging.py tests/acceptance: pick a random gdb port for reverse debugging 6 years ago
version.py tests/acceptance/version: Default to -nodefaults 6 years ago
virtio_check_params.py tests/acceptance: Remove shebang header 6 years ago
virtio_version.py python/qemu: split QEMUMachine out from underneath __init__.py 7 years ago
virtiofs_submounts.py tests/acceptance: Add virtiofs_submounts.py 6 years ago
vnc.py VNC Acceptance test: simplify test names 7 years ago
x86_cpu_model_versions.py tests/acceptance: Fix LGPL information in the file headers 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".