tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 27 Sep 2021 16:14:33 +0000 (18:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 8 Nov 2021 16:00:22 +0000 (17:00 +0100)
commit2283b627bc6ba2bc7f120b4e7af0e43503282bb7
treee091172475890ae9b947e25a79cbc6a1e6434ed5
parent8011837a019182c61bad0d8f3a603d26dd4b6710
tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest

To run user-mode emulation tests, we introduced the
avocado_qemu.QemuUserTest which inherits from avocado_qemu.QemuBaseTest.
System-mode emulation tests are based on the avocado_qemu.Test class,
which also inherits avocado_qemu.QemuBaseTest. To avoid confusion,
rename it as avocado_qemu.QemuSystemTest.

Suggested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211105143416.148332-7-f4bug@amsat.org>
35 files changed:
docs/devel/testing.rst
tests/avocado/avocado_qemu/__init__.py
tests/avocado/boot_linux_console.py
tests/avocado/cpu_queries.py
tests/avocado/empty_cpu_model.py
tests/avocado/info_usernet.py
tests/avocado/linux_initrd.py
tests/avocado/linux_ssh_mips_malta.py
tests/avocado/machine_arm_canona1100.py
tests/avocado/machine_arm_integratorcp.py
tests/avocado/machine_arm_n8x0.py
tests/avocado/machine_avr6.py
tests/avocado/machine_m68k_nextcube.py
tests/avocado/machine_microblaze.py
tests/avocado/machine_mips_fuloong2e.py
tests/avocado/machine_mips_loongson3v.py
tests/avocado/machine_mips_malta.py
tests/avocado/machine_rx_gdbsim.py
tests/avocado/machine_s390_ccw_virtio.py
tests/avocado/machine_sparc_leon3.py
tests/avocado/migration.py
tests/avocado/multiprocess.py
tests/avocado/pc_cpu_hotplug_props.py
tests/avocado/ppc_405.py
tests/avocado/ppc_bamboo.py
tests/avocado/ppc_mpc8544ds.py
tests/avocado/ppc_prep_40p.py
tests/avocado/ppc_pseries.py
tests/avocado/ppc_virtex_ml507.py
tests/avocado/version.py
tests/avocado/virtio-gpu.py
tests/avocado/virtio_check_params.py
tests/avocado/virtio_version.py
tests/avocado/vnc.py
tests/avocado/x86_cpu_model_versions.py