[PATCH v3 0/5] tests/acceptance: Add bFLT loader linux-user test

Philippe Mathieu-Daudé posted 5 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210315230838.2973103-1-f4bug@amsat.org
There is a newer version of this series
tests/acceptance/avocado_qemu/__init__.py | 102 ++++++++++++++++++++--
tests/acceptance/load_bflt.py             |  54 ++++++++++++
tests/acceptance/virtiofs_submounts.py    |  59 +------------
3 files changed, 151 insertions(+), 64 deletions(-)
create mode 100644 tests/acceptance/load_bflt.py
[PATCH v3 0/5] tests/acceptance: Add bFLT loader linux-user test
Posted by Philippe Mathieu-Daudé 3 years, 1 month ago
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é (5):
  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/avocado_qemu/__init__.py | 102 ++++++++++++++++++++--
 tests/acceptance/load_bflt.py             |  54 ++++++++++++
 tests/acceptance/virtiofs_submounts.py    |  59 +------------
 3 files changed, 151 insertions(+), 64 deletions(-)
 create mode 100644 tests/acceptance/load_bflt.py

-- 
2.26.2