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
Alex Bennée 4189af72dd tests/avocado: use new rootfs for orangepi test
The old URL wasn't stable. I suspect the current URL will only be
stable for a few months so maybe we need another strategy for hosting
rootfs snapshots?

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221118113309.1057790-1-alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2 years ago
..
acpi-bits acpi/tests/avocado/bits: add biosbits config file for running bios tests 2 years ago
avocado_qemu tests/avocado: reduce the default timeout to 120s 2 years ago
virtiofs_submounts.py.data
README.rst
acpi-bits.py pc,virtio: regression, test fixes 2 years ago
boot_linux.py tests/avocado: skip aarch64 cloud TCG tests in CI 2 years ago
boot_linux_console.py tests/avocado: use new rootfs for orangepi test 2 years ago
boot_xen.py
cpu_queries.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
empty_cpu_model.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
hotplug_cpu.py
info_usernet.py tests/avocado: set -machine none for userfwd and vnc tests 2 years ago
intel_iommu.py
linux_initrd.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
linux_ssh_mips_malta.py tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag 3 years ago
load_bflt.py tests/avocado: Add bFLT loader linux-user test 3 years ago
machine_aarch64_virt.py tests/avocado: introduce alpine virt test for CI 2 years ago
machine_arm_canona1100.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
machine_arm_integratorcp.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_arm_n8x0.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_aspeed.py tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests 2 years ago
machine_avr6.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_m68k_nextcube.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_microblaze.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
machine_mips_fuloong2e.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_mips_loongson3v.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_mips_malta.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_rx_gdbsim.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
machine_s390_ccw_virtio.py target/s390x: support PRNO_TRNG instruction 2 years ago
machine_sparc64_sun4u.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
machine_sparc_leon3.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
migration.py tests/avocado/migration: Get find_free_port() from the ports 2 years ago
multiprocess.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
pc_cpu_hotplug_props.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
ppc_74xx.py avocado/ppc_74xx.py: check TCG accel for all tests 3 years ago
ppc_405.py avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep() 3 years ago
ppc_bamboo.py tests/avocado: Add missing require_netdev('user') checks 2 years ago
ppc_mpc8544ds.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
ppc_prep_40p.py avocado/ppc_prep_40p.py: check TCG accel in all tests 3 years ago
ppc_pseries.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
ppc_virtex_ml507.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
replay_kernel.py tests/avocado: Update the URLs of the advent calendar images 2 years ago
replay_linux.py tests/avocado: Do not run tests that require libslirp if it is not available 2 years ago
reverse_debugging.py
smmu.py
tcg_plugins.py tests/avocado: fix tcg_plugin mem access count test 3 years ago
tesseract_utils.py
version.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
virtio-gpu.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years ago
virtio_check_params.py tests: install "qemu" namespace package into venv 2 years ago
virtio_version.py tests: install "qemu" namespace package into venv 2 years ago
virtiofs_submounts.py tests/avocado: Share useful helpers from virtiofs_submounts test 3 years ago
vnc.py tests/avocado: set -machine none for userfwd and vnc tests 2 years ago
x86_cpu_model_versions.py tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest 3 years 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".