Failed in applying to current master (
apply log)
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Cleber Rosa <crosa@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Antony Pavlov <antonynpavlov@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Michael Rolnik <mrolnik@gmail.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Fabien Chouteau <chouteau@adacore.com>, KONRAD Frederic <frederic.konrad@adacore.com>, "Hervé Poussineau" <hpoussin@reactos.org>, "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>, Eric Auger <eric.auger@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>
.gitlab-ci.d/buildtest-template.yml | 3 ++
.gitlab-ci.d/buildtest.yml | 9 ----
docs/devel/testing.rst | 22 +++++++++
tests/Makefile.include | 6 ++-
tests/avocado/avocado_qemu/__init__.py | 10 ++---
tests/avocado/boot_linux.py | 4 ++
tests/avocado/boot_linux_console.py | 54 +++++++++++++++++++++++
tests/avocado/boot_xen.py | 3 ++
tests/avocado/hotplug_cpu.py | 1 +
tests/avocado/intel_iommu.py | 1 +
tests/avocado/linux_initrd.py | 5 ++-
tests/avocado/linux_ssh_mips_malta.py | 5 +++
tests/avocado/machine_arm_canona1100.py | 1 +
tests/avocado/machine_arm_integratorcp.py | 7 ++-
tests/avocado/machine_arm_n8x0.py | 2 +
tests/avocado/machine_avr6.py | 1 +
tests/avocado/machine_m68k_nextcube.py | 1 +
tests/avocado/machine_microblaze.py | 1 +
tests/avocado/machine_mips_fuloong2e.py | 1 +
tests/avocado/machine_mips_loongson3v.py | 1 +
tests/avocado/machine_mips_malta.py | 6 ++-
tests/avocado/machine_rx_gdbsim.py | 2 +
tests/avocado/machine_s390_ccw_virtio.py | 4 ++
tests/avocado/machine_sparc64_sun4u.py | 1 +
tests/avocado/machine_sparc_leon3.py | 1 +
tests/avocado/migration.py | 4 +-
tests/avocado/multiprocess.py | 4 ++
tests/avocado/ppc_405.py | 2 +
tests/avocado/ppc_bamboo.py | 2 +
tests/avocado/ppc_mpc8544ds.py | 1 +
tests/avocado/ppc_prep_40p.py | 1 +
tests/avocado/ppc_pseries.py | 1 +
tests/avocado/ppc_virtex_ml507.py | 1 +
tests/avocado/replay_kernel.py | 33 ++++++++++++--
tests/avocado/replay_linux.py | 6 +--
tests/avocado/reverse_debugging.py | 6 +--
tests/avocado/smmu.py | 1 +
tests/avocado/tcg_plugins.py | 3 ++
tests/avocado/tesseract_utils.py | 6 +--
tests/avocado/virtio-gpu.py | 2 +
tests/avocado/virtio_check_params.py | 3 +-
tests/avocado/virtiofs_submounts.py | 8 ++--
tests/requirements.txt | 2 +-
43 files changed, 197 insertions(+), 41 deletions(-)