qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Laurent Vivier" <laurent@vivier.eu>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Willian Rampazzo" <willianr@redhat.com>,
	qemu-arm@nongnu.org, "Warner Losh" <imp@bsdimp.com>
Subject: [PATCH v4 0/6] tests/acceptance: Add bFLT loader linux-user test
Date: Mon, 27 Sep 2021 18:31:10 +0200	[thread overview]
Message-ID: <20210927163116.1998349-1-f4bug@amsat.org> (raw)

Since v3:
- rebased
- addressed Wainer review comments from v2
- rename avocado_qemu.Test -> QemuSystemTest

Since v2:
- rebased tests/acceptance/avocado_qemu/__init__.py patches
- extract has_cmd() from virtiofs_submounts.py
- check cpio availability with has_cmd()

Philippe Mathieu-Daudé (6):
  tests/acceptance: Extract QemuBaseTest from Test
  tests/acceptance: Make pick_default_qemu_bin() more generic
  tests/acceptance: Introduce QemuUserTest base class
  tests/acceptance: Share useful helpers from virtiofs_submounts test
  tests/acceptance: Add bFLT loader linux-user test
  tests/acceptance: Rename avocado_qemu.Test -> QemuSystemTest

 tests/acceptance/avocado_qemu/__init__.py    | 158 ++++++++++++++-----
 tests/acceptance/boot_linux_console.py       |   4 +-
 tests/acceptance/cpu_queries.py              |   4 +-
 tests/acceptance/empty_cpu_model.py          |   4 +-
 tests/acceptance/info_usernet.py             |   4 +-
 tests/acceptance/linux_initrd.py             |   4 +-
 tests/acceptance/linux_ssh_mips_malta.py     |   5 +-
 tests/acceptance/load_bflt.py                |  54 +++++++
 tests/acceptance/machine_arm_canona1100.py   |   4 +-
 tests/acceptance/machine_arm_integratorcp.py |   4 +-
 tests/acceptance/machine_arm_n8x0.py         |   4 +-
 tests/acceptance/machine_avr6.py             |   4 +-
 tests/acceptance/machine_m68k_nextcube.py    |   4 +-
 tests/acceptance/machine_microblaze.py       |   4 +-
 tests/acceptance/machine_mips_fuloong2e.py   |   4 +-
 tests/acceptance/machine_mips_loongson3v.py  |   4 +-
 tests/acceptance/machine_mips_malta.py       |   4 +-
 tests/acceptance/machine_ppc.py              |   4 +-
 tests/acceptance/machine_rx_gdbsim.py        |   4 +-
 tests/acceptance/machine_s390_ccw_virtio.py  |   4 +-
 tests/acceptance/machine_sparc_leon3.py      |   4 +-
 tests/acceptance/migration.py                |   4 +-
 tests/acceptance/multiprocess.py             |   4 +-
 tests/acceptance/pc_cpu_hotplug_props.py     |   4 +-
 tests/acceptance/ppc_prep_40p.py             |   4 +-
 tests/acceptance/version.py                  |   4 +-
 tests/acceptance/virtio-gpu.py               |   4 +-
 tests/acceptance/virtio_check_params.py      |   4 +-
 tests/acceptance/virtio_version.py           |   4 +-
 tests/acceptance/virtiofs_submounts.py       |  59 +------
 tests/acceptance/vnc.py                      |   4 +-
 tests/acceptance/x86_cpu_model_versions.py   |   4 +-
 32 files changed, 235 insertions(+), 153 deletions(-)
 create mode 100644 tests/acceptance/load_bflt.py

-- 
2.31.1



             reply	other threads:[~2021-09-27 16:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 16:31 Philippe Mathieu-Daudé [this message]
2021-09-27 16:31 ` [PATCH v4 1/6] tests/acceptance: Extract QemuBaseTest from Test Philippe Mathieu-Daudé
2021-11-01 18:01   ` Willian Rampazzo
2021-11-01 22:41     ` Philippe Mathieu-Daudé
2021-09-27 16:31 ` [PATCH v4 2/6] tests/acceptance: Make pick_default_qemu_bin() more generic Philippe Mathieu-Daudé
2021-11-01 18:52   ` Willian Rampazzo
2021-09-27 16:31 ` [PATCH v4 3/6] tests/acceptance: Introduce QemuUserTest base class Philippe Mathieu-Daudé
2021-11-01 18:59   ` Willian Rampazzo
2021-09-27 16:31 ` [PATCH v4 4/6] tests/acceptance: Share useful helpers from virtiofs_submounts test Philippe Mathieu-Daudé
2021-11-01 19:07   ` Willian Rampazzo
2021-09-27 16:31 ` [PATCH v4 5/6] tests/acceptance: Add bFLT loader linux-user test Philippe Mathieu-Daudé
2021-11-01 17:51   ` Willian Rampazzo
2021-11-01 22:41     ` Philippe Mathieu-Daudé
2021-09-27 16:31 ` [PATCH v4 6/6] tests/acceptance: Rename avocado_qemu.Test -> QemuSystemTest Philippe Mathieu-Daudé
2021-11-01 19:11   ` Willian Rampazzo
2021-11-01 22:42     ` Philippe Mathieu-Daudé
2021-10-25 13:44 ` [PATCH v4 0/6] tests/acceptance: Add bFLT loader linux-user test Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210927163116.1998349-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=imp@bsdimp.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=wainersm@redhat.com \
    --cc=willianr@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).