mbox series

[0/2] Acceptance tests: arm/aarch64 host and target enablers

Message ID 20190911023558.4880-1-crosa@redhat.com
Headers show
Series Acceptance tests: arm/aarch64 host and target enablers | expand

Message

Cleber Rosa Sept. 11, 2019, 2:35 a.m. UTC
The acceptance tests have been running primarily on x86_64 hosts, and
some tests will fail when run under non-x86 hosts or targets.

This series addresses issues that enables running the acceptance tests
under aarch64 hosts, and on other hosts using arm and aarch64 targets.

Cleber Rosa (2):
  Python libs: close console sockets before shutting down the VMs
  Python libs: enable machine type auto selection

 python/qemu/machine.py                    | 92 ++++++++++++++++++++++-
 tests/acceptance/avocado_qemu/__init__.py |  1 +
 2 files changed, 89 insertions(+), 4 deletions(-)