Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
avocado_qemu/ | H | - | - | 679 | 538 | |
README.rst | H A D | 08-Nov-2021 | 419 | 11 | 8 | |
boot_linux.py | H A D | 22-Jul-2024 | 3.7 KiB | 133 | 98 | |
boot_linux_console.py | H A D | 06-Dec-2024 | 20.8 KiB | 473 | 398 | |
boot_xen.py | H A D | 05-Sep-2024 | 3.5 KiB | 96 | 61 | |
hotplug_blk.py | H A D | 25-Nov-2024 | 1.8 KiB | 70 | 47 | |
hotplug_cpu.py | H A D | 22-Jul-2024 | 1.1 KiB | 38 | 22 | |
intel_iommu.py | H A D | 16-Aug-2024 | 4.3 KiB | 123 | 94 | |
kvm_xen_guest.py | H A D | 12-Jan-2024 | 5.9 KiB | 172 | 122 | |
linux_ssh_mips_malta.py | H A D | 27-Apr-2023 | 7.2 KiB | 206 | 173 | |
migration.py | H A D | 23-Feb-2024 | 3.9 KiB | 136 | 96 | |
replay_kernel.py | H A D | 17-Aug-2024 | 24.5 KiB | 578 | 498 | |
replay_linux.py | H A D | 17-Aug-2024 | 6.6 KiB | 207 | 165 | |
reverse_debugging.py | H A D | 16-Aug-2024 | 9.2 KiB | 273 | 201 | |
smmu.py | H A D | 16-Aug-2024 | 4.5 KiB | 140 | 109 | |
vnc.py | H A D | 16-Oct-2023 | 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