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 | 18-Dec-2024 | 3.7 KiB | 97 | 72 | |
linux_ssh_mips_malta.py | H A D | 27-Apr-2023 | 7.2 KiB | 206 | 173 | |
replay_kernel.py | H A D | 02-Mar-2025 | 3.9 KiB | 111 | 88 | |
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 |
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