69e4fbd0ea
This test handles both, aarch64 and x86_64, with the same test code (apart from some initial setup), so don't split this file by target but add a check for self.arch in the main test function. Message-ID: <20240903051333.102494-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
||
---|---|---|
.. | ||
avocado_qemu | ||
boot_linux_console.py | ||
boot_linux.py | ||
boot_xen.py | ||
hotplug_blk.py | ||
hotplug_cpu.py | ||
intel_iommu.py | ||
kvm_xen_guest.py | ||
linux_ssh_mips_malta.py | ||
machine_arm_n8x0.py | ||
machine_aspeed.py | ||
migration.py | ||
README.rst | ||
replay_kernel.py | ||
replay_linux.py | ||
reverse_debugging.py | ||
riscv_opensbi.py | ||
smmu.py | ||
tcg_plugins.py | ||
tuxrun_baselines.py | ||
vnc.py |
============================================= 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".