Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Apr-2025 | - | ||||
avocado_qemu/ | 18-Apr-2025 | - | ||||
README.rst | A D | 18-Apr-2025 | 419 | 11 | 8 | |
boot_linux.py | A D | 18-Apr-2025 | 3.7 KiB | 133 | 98 | |
boot_linux_console.py | A D | 18-Apr-2025 | 22 KiB | 499 | 421 | |
boot_xen.py | A D | 18-Apr-2025 | 3.5 KiB | 96 | 61 | |
hotplug_blk.py | A D | 18-Apr-2025 | 1.8 KiB | 70 | 47 | |
hotplug_cpu.py | A D | 18-Apr-2025 | 1.1 KiB | 38 | 22 | |
intel_iommu.py | A D | 18-Apr-2025 | 4.3 KiB | 123 | 94 | |
kvm_xen_guest.py | A D | 18-Apr-2025 | 5.9 KiB | 172 | 122 | |
linux_ssh_mips_malta.py | A D | 18-Apr-2025 | 7.2 KiB | 206 | 173 | |
migration.py | A D | 18-Apr-2025 | 3.9 KiB | 136 | 96 | |
replay_kernel.py | A D | 18-Apr-2025 | 24.5 KiB | 578 | 498 | |
replay_linux.py | A D | 18-Apr-2025 | 6.6 KiB | 207 | 165 | |
reverse_debugging.py | A D | 18-Apr-2025 | 9.2 KiB | 273 | 201 | |
smmu.py | A D | 18-Apr-2025 | 4.5 KiB | 140 | 109 | |
vnc.py | A D | 18-Apr-2025 | 3.9 KiB | 116 | 86 |
README.rst
1============================================= 2Integration tests using the Avocado Framework 3============================================= 4 5This directory contains integration tests. They're usually higher 6level, and may interact with external resources and with various 7guest operating systems. 8 9For more information, please refer to ``docs/devel/testing.rst``, 10section "Integration tests using the Avocado Framework". 11