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.
 
 
 
 
 
 
Alex Bennée 267fe57c23 tests: add tuxrun baseline test to avocado 3 years ago
..
acpi-bits acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests 3 years ago
avocado_qemu tests/avocado: Skip tests that require a missing accelerator 3 years ago
virtiofs_submounts.py.data tests/acceptance: rename tests acceptance to tests avocado 4 years ago
README.rst tests/acceptance: rename tests acceptance to tests avocado 4 years ago
acpi-bits.py acpi/tests/avocado/bits: add mformat as one of the dependencies 3 years ago
boot_linux.py tests/avocado: retire the Aarch64 TCG tests from boot_linux.py 3 years ago
boot_linux_console.py tests/avocado: Tag TCG tests with accel:tcg 3 years ago
boot_xen.py tests/acceptance: rename tests acceptance to tests avocado 4 years ago
cpu_queries.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
empty_cpu_model.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
hotplug_cpu.py tests/acceptance: rename tests acceptance to tests avocado 4 years ago
info_usernet.py tests/avocado: set -machine none for userfwd and vnc tests 3 years ago
intel_iommu.py tests/acceptance: rename tests acceptance to tests avocado 4 years ago
linux_initrd.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
linux_ssh_mips_malta.py tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag 4 years ago
load_bflt.py tests/avocado: Add bFLT loader linux-user test 4 years ago
machine_aarch64_virt.py tests/avocado: retire the Aarch64 TCG tests from boot_linux.py 3 years ago
machine_arm_canona1100.py tests/avocado: Update the URLs of the advent calendar images 3 years ago
machine_arm_integratorcp.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_arm_n8x0.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_aspeed.py tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board 3 years ago
machine_avr6.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_m68k_nextcube.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_microblaze.py tests/avocado: Update the URLs of the advent calendar images 3 years ago
machine_mips_fuloong2e.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_mips_loongson3v.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_mips_malta.py tests/avocado: Add tests booting YAMON ROM on MIPS Malta machines 3 years ago
machine_rx_gdbsim.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
machine_s390_ccw_virtio.py target/s390x: support PRNO_TRNG instruction 4 years ago
machine_sparc64_sun4u.py tests/avocado: Update the URLs of the advent calendar images 3 years ago
machine_sparc_leon3.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
migration.py tests/avocado/migration: Get find_free_port() from the ports 4 years ago
multiprocess.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
pc_cpu_hotplug_props.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
ppc_74xx.py avocado/ppc_74xx.py: check TCG accel for all tests 4 years ago
ppc_405.py avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep() 4 years ago
ppc_bamboo.py tests/avocado: Add missing require_netdev('user') checks 4 years ago
ppc_mpc8544ds.py tests/avocado: Update the URLs of the advent calendar images 3 years ago
ppc_prep_40p.py avocado/ppc_prep_40p.py: check TCG accel in all tests 4 years ago
ppc_pseries.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
ppc_virtex_ml507.py tests/avocado: Update the URLs of the advent calendar images 3 years ago
replay_kernel.py tests: skip the nios2 replay_kernel test 3 years ago
replay_linux.py tests/avocado: Do not run tests that require libslirp if it is not available 4 years ago
reverse_debugging.py tests/avocado: Tag TCG tests with accel:tcg 3 years ago
riscv_opensbi.py tests/avocado: add RISC-V OpenSBI boot test 3 years ago
smmu.py tests/acceptance: rename tests acceptance to tests avocado 4 years ago
tcg_plugins.py tests/avocado: fix tcg_plugin mem access count test 4 years ago
tesseract_utils.py tests/acceptance: rename tests acceptance to tests avocado 4 years ago
tuxrun_baselines.py tests: add tuxrun baseline test to avocado 3 years ago
version.py tests/avocado: add machine:none tag to version.py 3 years ago
virtio-gpu.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago
virtio_check_params.py tests: install "qemu" namespace package into venv 4 years ago
virtio_version.py tests: install "qemu" namespace package into venv 4 years ago
vnc.py tests/avocado: set -machine none for userfwd and vnc tests 3 years ago
x86_cpu_model_versions.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 4 years ago

README.rst

=============================================
Integration tests using the Avocado Framework
=============================================

This directory contains integration 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 "Integration tests using the Avocado Framework".