qemu-e2k/tests/avocado
Thomas Huth a35c20961b tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image
If Avocado has to fetch this asset, the download fails with a 403 HTTP
error. Use a different URL to fix the issue.

Message-ID: <20231101201934.27637-1-huth@tuxfamily.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
2023-11-02 07:26:06 +01:00
..
acpi-bits
avocado_qemu python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
virtiofs_submounts.py.data
acpi-bits.py python/machine: remove unused sock_dir argument 2023-10-11 16:02:02 -04:00
boot_linux_console.py
boot_linux.py
boot_xen.py
cpu_queries.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
empty_cpu_model.py
hotplug_cpu.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
info_usernet.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
intel_iommu.py
kvm_xen_guest.py
linux_initrd.py
linux_ssh_mips_malta.py
load_bflt.py
machine_aarch64_sbsaref.py
machine_aarch64_virt.py
machine_arm_canona1100.py
machine_arm_integratorcp.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
machine_arm_n8x0.py
machine_aspeed.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
machine_avr6.py
machine_loongarch.py
machine_m68k_nextcube.py tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image 2023-11-02 07:26:06 +01:00
machine_microblaze.py
machine_mips_fuloong2e.py
machine_mips_loongson3v.py
machine_mips_malta.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
machine_rx_gdbsim.py
machine_s390_ccw_virtio.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
machine_sparc64_sun4u.py
machine_sparc_leon3.py
migration.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
multiprocess.py
netdev-ethtool.py
pc_cpu_hotplug_props.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
ppc_74xx.py
ppc_405.py
ppc_bamboo.py
ppc_mpc8544ds.py
ppc_powernv.py
ppc_prep_40p.py
ppc_pseries.py
ppc_virtex_ml507.py
README.rst
replay_kernel.py
replay_linux.py
reverse_debugging.py
riscv_opensbi.py
s390_topology.py tests/avocado: s390x cpu topology bad move 2023-10-20 07:16:53 +02:00
smmu.py
tcg_plugins.py
tesseract_utils.py
tuxrun_baselines.py avocado, risc-v: add tuxboot tests for 'max' CPU 2023-10-12 11:40:42 +10:00
version.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
virtio_check_params.py tests/avocado: avoid invalid escape in Python string 2023-10-17 15:20:53 +02:00
virtio_version.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
virtio-gpu.py
vnc.py python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
x86_cpu_model_versions.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -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".