qemu/tests/avocado
Thomas Huth 407a688315 tests/functional: Convert most ppc avocado tests into standalone tests
Nothing thrilling in here, just straight forward conversions.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-26-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-09-04 11:14:33 +02:00
..
acpi-bits tests: correct typos 2024-02-20 22:21:10 +03:00
avocado_qemu tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py 2024-09-04 10:52:29 +02:00
acpi-bits.py acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM 2024-01-18 12:47:25 +00:00
boot_linux_console.py tests/avocado/boot_linux_console: Remove the s390x subtest 2024-09-04 10:52:29 +02:00
boot_linux.py tests/avocado: Move LinuxTest related code into a separate file 2024-07-22 13:54:23 +02:00
boot_xen.py tests/avocado/boot_xen.py: fetch kernel during test setUp() 2024-09-04 10:51:27 +02:00
hotplug_blk.py tests/avocado: Move LinuxTest related code into a separate file 2024-07-22 13:54:23 +02:00
hotplug_cpu.py tests/avocado: Move LinuxTest related code into a separate file 2024-07-22 13:54:23 +02:00
intel_iommu.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
kvm_xen_guest.py tests/avocado: use snapshot=on in kvm_xen_guest 2024-01-12 13:23:48 +00:00
linux_initrd.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
linux_ssh_mips_malta.py tests/avocado: Make ssh_command_output_contains() globally available 2023-04-27 14:58:23 +01:00
load_bflt.py tests/avocado: Add bFLT loader linux-user test 2021-11-08 17:00:22 +01:00
machine_aarch64_sbsaref.py tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image 2024-09-04 10:51:46 +02:00
machine_aarch64_virt.py tests/avocado: machine aarch64: standardize location and RO access 2024-09-04 10:51:19 +02:00
machine_arm_integratorcp.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
machine_arm_n8x0.py tests/functional: Convert some tests that download files via fetch_asset() 2024-09-04 11:11:31 +02:00
machine_aspeed.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
machine_m68k_nextcube.py tests/avocado: Allow newer versions of tesseract in the nextcube test 2023-11-07 19:26:50 +01:00
machine_mips_fuloong2e.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 2021-11-08 17:00:22 +01:00
machine_mips_malta.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
machine_rx_gdbsim.py tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot 2024-08-16 14:04:19 +01:00
migration.py tests/avocado: Use default CPU for pseries machine 2024-02-23 23:24:31 +10:00
multiprocess.py tests/avocado/multiprocess: Add asset hashes to silence warnings 2023-11-16 07:13:41 +01:00
ppc_amiga.py tests/avocado: Add test for amigaone board 2023-11-07 15:49:41 -03:00
ppc_hv_tests.py tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction 2024-08-20 00:49:14 +02:00
README.rst tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00
replay_kernel.py tests/avocado: replay_kernel.py add x86-64 q35 machine test 2024-08-16 14:04:19 +01:00
replay_linux.py tests/avocado: excercise scripts/replay-dump.py in replay tests 2024-08-16 14:04:19 +01:00
reverse_debugging.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
riscv_opensbi.py tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing 2023-07-10 22:29:14 +10:00
smmu.py tests/avocado: apply proper skipUnless decorator 2024-08-16 09:16:03 +02:00
tcg_plugins.py tests/tcg: move test plugins into tcg subdir 2024-07-30 11:44:18 +01:00
tesseract_utils.py tests/avocado: Allow newer versions of tesseract in the nextcube test 2023-11-07 19:26:50 +01:00
tuxrun_baselines.py docs, tests: do not specify scsi=off 2024-06-05 11:00:56 +02:00
vnc.py python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00

=============================================
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".