You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/avocado
Thomas Huth 5f6a260fce tests/functional: Convert the hotplug_blk avocado test
By using the serial console instead of ssh for executing commands
in the guest, we can convert this test to the functional framework.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250130192712.19542-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2 weeks ago
..
avocado_qemu tests/functional: Convert the multiprocess avocado test into a standalone test 5 months ago
README.rst
boot_linux.py tests/avocado: Move LinuxTest related code into a separate file 7 months ago
boot_linux_console.py tests/functional: Convert the arm virt avocado test 2 months ago
linux_ssh_mips_malta.py tests/avocado: Make ssh_command_output_contains() globally available 2 years ago
replay_kernel.py tests/functional/test_mips_malta: Convert the mips big endian replay tests 3 weeks ago
replay_linux.py tests/avocado: excercise scripts/replay-dump.py in replay tests 6 months ago
reverse_debugging.py tests/avocado: apply proper skipUnless decorator 6 months ago
smmu.py tests/avocado: apply proper skipUnless decorator 6 months 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".