[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] tests/acceptance: Add bFLT loader linux-user te
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 0/5] tests/acceptance: Add bFLT loader linux-user test |
Date: |
Tue, 25 Jun 2019 12:15:19 +0200 |
Hi,
This series refactor the current avocado_qemu Test class to allow
MachineTest and LinuxUserTest classes.
We can then add linux-user tests.
A simple/quick one is added as example, it runs a STM32 busybox
binary (in the bFLT format) on Travis-CI.
The same test can be used to confirm LP bug 1833668 [*] is fixed.
Regards,
Phil.
[*] https://bugs.launchpad.net/qemu/+bug/1833668
Philippe Mathieu-Daudé (5):
tests/acceptance: Rename avocado_qemu.Test as MachineTest
tests/acceptance: Make pick_default_qemu_bin() more generic
tests/acceptance: Introduce LinuxUserTest base class
tests/acceptance: Add bFLT loader linux-user test
.travis.yml: Let the avocado job run linux-user tests
.travis.yml | 2 +-
docs/devel/testing.rst | 8 ++--
tests/acceptance/avocado_qemu/__init__.py | 26 +++++++++---
tests/acceptance/boot_linux_console.py | 4 +-
tests/acceptance/cpu_queries.py | 4 +-
tests/acceptance/empty_cpu_model.py | 4 +-
tests/acceptance/linux_initrd.py | 4 +-
tests/acceptance/linux_ssh_mips_malta.py | 4 +-
tests/acceptance/load_bflt.py | 52 +++++++++++++++++++++++
tests/acceptance/migration.py | 4 +-
tests/acceptance/version.py | 4 +-
tests/acceptance/virtio_version.py | 4 +-
tests/acceptance/vnc.py | 4 +-
13 files changed, 95 insertions(+), 29 deletions(-)
create mode 100644 tests/acceptance/load_bflt.py
--
2.20.1
- [Qemu-devel] [PATCH 0/5] tests/acceptance: Add bFLT loader linux-user test,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 1/5] tests/acceptance: Rename avocado_qemu.Test as MachineTest, Philippe Mathieu-Daudé, 2019/06/25
- [Qemu-devel] [PATCH 3/5] tests/acceptance: Introduce LinuxUserTest base class, Philippe Mathieu-Daudé, 2019/06/25
- [Qemu-devel] [PATCH 5/5] .travis.yml: Let the avocado job run linux-user tests, Philippe Mathieu-Daudé, 2019/06/25
- [Qemu-devel] [PATCH 4/5] tests/acceptance: Add bFLT loader linux-user test, Philippe Mathieu-Daudé, 2019/06/25
- [Qemu-devel] [PATCH 2/5] tests/acceptance: Make pick_default_qemu_bin() more generic, Philippe Mathieu-Daudé, 2019/06/25
- Re: [Qemu-devel] [PATCH 0/5] tests/acceptance: Add bFLT loader linux-user test, no-reply, 2019/06/25