[Qemu-devel] [PATCH 0/7] Acceptance Tests: basic architecture support

Cleber Rosa posted 7 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181004151429.7232-1-crosa@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
docs/devel/testing.rst                    | 18 ++++++++++++++
scripts/qemu.py                           | 29 ++++++++++++++++++++++-
tests/acceptance/avocado_qemu/__init__.py | 17 ++++++++++---
tests/acceptance/boot_linux_console.py    |  6 +++--
tests/acceptance/variants/arch.json       |  1 +
tests/acceptance/version.py               |  2 ++
tests/acceptance/vnc.py                   |  5 ++++
7 files changed, 72 insertions(+), 6 deletions(-)
create mode 100644 tests/acceptance/variants/arch.json
[Qemu-devel] [PATCH 0/7] Acceptance Tests: basic architecture support
Posted by Cleber Rosa 5 years, 6 months ago
The current version of the Acceptance Tests have been basically tested
on x86_64.  Most of them should be valid tests on many different
architectures.

This introduces another standard test parameter, 'arch', and a public
test attribute with the same name.  Then, because of the different
behavior in different QEMU targets, it adds a more explicit
configuration of the QEMUMachine machine type used on the tests (the
self.vm attribute).

Finally, for tests that are known to be architecture specific, it
changes the approach, from using tags to canceling the test.  The
difference is that this reuses the same 'arch' parameter (so no need
to pass tags for the same reason), and instead of completely excluding
the test from the job, it just won't be executed on architectures that
are not supported.  More details about this on the last commit.

Cleber Rosa (7):
  Acceptance Tests: improve docstring on pick_default_qemu_bin()
  Acceptance Tests: introduce arch parameter and attribute
  scripts/qemu.py: add method and private attribute for arch
  scripts/qemu.py: set predefined machine type based on arch
  Acceptance Tests: set machine type
  Acceptance Tests: add variants definition for architectures
  Acceptance Tests: change the handling of tests for specific archs

 docs/devel/testing.rst                    | 18 ++++++++++++++
 scripts/qemu.py                           | 29 ++++++++++++++++++++++-
 tests/acceptance/avocado_qemu/__init__.py | 17 ++++++++++---
 tests/acceptance/boot_linux_console.py    |  6 +++--
 tests/acceptance/variants/arch.json       |  1 +
 tests/acceptance/version.py               |  2 ++
 tests/acceptance/vnc.py                   |  5 ++++
 7 files changed, 72 insertions(+), 6 deletions(-)
 create mode 100644 tests/acceptance/variants/arch.json

-- 
2.17.1