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.
 
 
 
 
 
 
Philippe Mathieu-Daudé c47c336e87 BootLinuxSshTest: Test some userspace commands on Malta 7 years ago
..
avocado_qemu tests/acceptance: look for target architecture in test tags first 7 years ago
README.rst Add functional/acceptance tests infrastructure 8 years ago
boot_linux_console.py tests/boot_linux_console: add a test for alpha + clipper 7 years ago
cpu_queries.py i386: Disable OSPKE on CPU model definitions 7 years ago
empty_cpu_model.py cpu: Fix crash with empty -cpu option 7 years ago
linux_initrd.py tests/acceptance: use "arch:" tag to filter target specific tests 7 years ago
linux_ssh_mips_malta.py BootLinuxSshTest: Test some userspace commands on Malta 7 years ago
migration.py tests.acceptance: adds simple migration test 7 years ago
version.py Acceptance tests: drop usage of "🥑 enable" 7 years ago
virtio_version.py tests/acceptance: use "arch:" tag to filter target specific tests 7 years ago
vnc.py Acceptance tests: drop usage of "🥑 enable" 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".