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 c82bfaf42d tests/functional: Convert the vnc test
Nothing thrilling in here, it's just a straight forward conversion.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241218131439.255841-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
3 weeks ago
..
avocado_qemu tests/functional: Convert the multiprocess avocado test into a standalone test 4 months ago
README.rst
boot_linux.py tests/avocado: Move LinuxTest related code into a separate file 6 months ago
boot_linux_console.py tests/functional: Convert the arm virt avocado test 1 month ago
boot_xen.py tests/avocado/boot_xen.py: fetch kernel during test setUp() 5 months ago
hotplug_blk.py tests/avocado/hotplug_blk: Fix addr in device_add command 2 months ago
kvm_xen_guest.py tests/avocado: use snapshot=on in kvm_xen_guest 1 year ago
linux_ssh_mips_malta.py tests/avocado: Make ssh_command_output_contains() globally available 2 years ago
migration.py tests/avocado: Use default CPU for pseries machine 11 months ago
replay_kernel.py tests/avocado: replay_kernel.py add x86-64 q35 machine test 5 months ago
replay_linux.py tests/avocado: excercise scripts/replay-dump.py in replay tests 5 months ago
reverse_debugging.py tests/avocado: apply proper skipUnless decorator 5 months ago
smmu.py tests/avocado: apply proper skipUnless decorator 5 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".