qemu-e2k/tests/acceptance
Thomas Huth 5ff1dfdf66 tests/acceptance: Add a test for the bamboo ppc board
The kernel and initrd from the "Aboriginal Linux" project can be
used to run some tests on the bamboo ppc machine.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211015090008.1299609-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2021-10-21 11:42:47 +11:00
..
avocado_qemu avocado_qemu: fix inheritance order on LinuxTest class 2021-09-27 19:06:42 +02:00
virtiofs_submounts.py.data tests/acceptance: Add virtiofs_submounts.py 2020-11-02 19:23:48 +00:00
README.rst Add functional/acceptance tests infrastructure 2018-06-15 16:10:11 -03:00
boot_linux.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
boot_linux_console.py tests/acceptance: Test powernv machines 2021-09-27 19:21:37 +02: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 tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine 2019-12-16 10:59:50 -05:00
hotplug_cpu.py Acceptance Tests: introduce CPU hotplug test 2021-06-01 16:21:21 -04:00
info_usernet.py Python: add utility function for retrieving port redirection 2021-06-01 16:21:20 -04:00
intel_iommu.py avocado_qemu: Add Intel iommu tests 2021-07-13 13:18:51 -04:00
linux_initrd.py tests/acceptance: skip LinuxInitrd 2gib with v4.16 on GitLab 2020-07-11 15:53:00 +01:00
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 tests/acceptance: Add a test for the canon-a1100 machine 2020-05-21 20:00:18 +01:00
machine_arm_integratorcp.py tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer 2020-02-28 16:14:57 +00:00
machine_arm_n8x0.py tests/acceptance: Add a test for the N800 and N810 arm machines 2020-02-28 16:14:57 +00:00
machine_avr6.py tests/acceptance: Test the Arduino MEGA2560 board 2020-07-11 11:02:05 +02:00
machine_m68k_nextcube.py tests/acceptance: Introduce tesseract_ocr() helper 2021-02-08 12:37:33 +01:00
machine_microblaze.py tests/acceptance: Re-enable the microblaze test 2021-02-08 17:22:36 +01:00
machine_mips_fuloong2e.py tests/acceptance: Test Linux on the Fuloong 2E machine 2021-07-02 17:35:08 +02:00
machine_mips_loongson3v.py tests/acceptance: Test PMON with Loongson-3A1000 CPU 2021-02-21 19:42:33 +01:00
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 tests/acceptance: disable machine_rx_gdbsim on GitLab 2020-10-09 17:27:55 +01:00
machine_s390_ccw_virtio.py tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CI 2021-01-11 14:59:21 +01:00
machine_sparc64_sun4u.py tests/acceptance: Add a test for the sun4u sparc64 machine 2020-07-06 09:32:59 +02:00
machine_sparc_leon3.py tests/acceptance/machine_sparc_leon3: Disable HelenOS test 2020-04-06 20:03:14 +02:00
migration.py tests/acceptance/migration.py: Wait for both sides 2020-05-31 18:25:31 +02:00
multiprocess.py tests: Add functional test for out-of-process device emulation 2021-03-16 22:18:27 -04:00
pc_cpu_hotplug_props.py tests/acceptance: Tagging tests with "cpu:VALUE" 2021-07-13 13:22:41 -04:00
ppc_405.py tests/acceptance: Add tests for the ppc405 boards 2021-10-21 11:42:47 +11:00
ppc_bamboo.py tests/acceptance: Add a test for the bamboo ppc board 2021-10-21 11:42:47 +11: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
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 avocado_qemu: Add SMMUv3 tests 2021-07-13 13:18:50 -04:00
tcg_plugins.py tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests 2021-07-13 13:18:51 -04:00
tesseract_utils.py tests/acceptance: Introduce tesseract_ocr() helper 2021-02-08 12:37:33 +01:00
version.py tests/acceptance/version: Default to -nodefaults 2020-02-07 15:12:48 +01:00
virtio-gpu.py tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes 2021-07-20 15:34:20 -04:00
virtio_check_params.py tests/acceptance: Remove shebang header 2020-02-07 15:12:48 +01:00
virtio_version.py python/qemu: split QEMUMachine out from underneath __init__.py 2019-07-01 19:02:10 -03:00
virtiofs_submounts.py tests/acceptance/virtiofs_submounts.py: fix setup of SSH pubkey 2021-06-01 16:21:21 -04:00
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

README.rst

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