qemu/tests/acceptance
Cédric Le Goater 4c5fc0c5fc tests/acceptance: Test powernv machines
Fetch the OpenPOWER images to boot the powernv8 and powernv9 machines
with a simple PCI layout.

Cc: Cleber Rosa <crosa@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210817093036.1288791-1-clg@kaod.org>
2021-09-27 19:21:37 +02:00
..
avocado_qemu avocado_qemu: fix inheritance order on LinuxTest class 2021-09-27 19:06:42 +02:00
virtiofs_submounts.py.data
boot_linux_console.py tests/acceptance: Test powernv machines 2021-09-27 19:21:37 +02:00
boot_linux.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
boot_xen.py tests/acceptance/boot_xen.py: removed unused import 2021-09-27 19:06:47 +02:00
cpu_queries.py tests/acceptance/cpu_queries.py: use the proper logging channels 2021-07-13 16:27:43 -04:00
empty_cpu_model.py
hotplug_cpu.py
info_usernet.py
intel_iommu.py avocado_qemu: Add Intel iommu tests 2021-07-13 13:18:51 -04:00
linux_initrd.py
linux_ssh_mips_malta.py tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp 2021-07-13 16:23:11 -04:00
machine_arm_canona1100.py
machine_arm_integratorcp.py
machine_arm_n8x0.py
machine_avr6.py
machine_m68k_nextcube.py
machine_microblaze.py
machine_mips_fuloong2e.py
machine_mips_loongson3v.py
machine_mips_malta.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
machine_rx_gdbsim.py
machine_s390_ccw_virtio.py
machine_sparc64_sun4u.py
machine_sparc_leon3.py
migration.py
multiprocess.py
pc_cpu_hotplug_props.py tests/acceptance: Tagging tests with "cpu:VALUE" 2021-07-13 13:22:41 -04:00
ppc_mpc8544ds.py qemu: Split machine_ppc.py acceptance tests 2021-09-27 19:06:47 +02:00
ppc_prep_40p.py tests/acceptance/ppc_prep_40p.py: clean up unused import 2021-09-27 19:06:47 +02:00
ppc_pseries.py qemu: Split machine_ppc.py acceptance tests 2021-09-27 19:06:47 +02:00
ppc_virtex_ml507.py qemu: Split machine_ppc.py acceptance tests 2021-09-27 19:06:47 +02:00
README.rst
replay_kernel.py tests/acceptance: add replay kernel test for alpha 2021-09-27 18:51:40 +02:00
replay_linux.py tests/acceptance: Linux boot test for record/replay 2021-09-27 18:55:41 +02:00
reverse_debugging.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
smmu.py
tcg_plugins.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
tesseract_utils.py
version.py
virtio_check_params.py
virtio_version.py
virtio-gpu.py tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes 2021-07-20 15:34:20 -04:00
virtiofs_submounts.py
vnc.py acceptance/tests/vnc.py: use explicit syntax for enabling passwords 2021-09-27 19:06:47 +02:00
x86_cpu_model_versions.py tests/acceptance: Handle cpu tag on x86_cpu_model_versions tests 2021-07-13 13:35:57 -04:00

============================================
Acceptance tests using the Avocado Framework
============================================

This directory contains functional tests, also known as acceptance
level 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 "Acceptance tests using the Avocado Framework".