mbox series

[0/6] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86

Message ID 20200122223247.30419-1-philmd@redhat.com (mailing list archive)
Headers show
Series tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86 | expand

Message

Philippe Mathieu-Daudé Jan. 22, 2020, 10:32 p.m. UTC
Currently our CI is mostly restricted to Linux/X86.
We want to have more, but until there we have to run these tests
manually, which is why we didn't noticed earlier this test was
failing on OSX.

Actually this test might have catched a bug, see:
https://lists.gnu.org/archive/html/qemu-devel/2020-01/msg05119.html

This series contains the patches I used to debug the problem,
and few fixes while manually testing on heterogeneous environments.

Note that I have no idea what virtio/seg_max_adjust is used for,
it just happened to broke my Avocado queue while rebasing it on
a more recent /master.

Tested on Linux/FreeBSD/OSX, X86/Aarch64.

Regards,

Phil.

Philippe Mathieu-Daudé (6):
  tests/acceptance/virtio_seg_max_adjust: Only remove listed machines
  tests/acceptance/virtio_seg_max_adjust: Improve exception logging
  tests/acceptance/virtio_seg_max_adjust: List machine being tested
  tests/acceptance/virtio_seg_max_adjust: Only test Xen as superuser
  tests/acceptance/virtio_seg_max_adjust: Restrict to X86 architecture
  tests/acceptance/virtio_seg_max_adjust: Restrict to Linux host

 tests/acceptance/virtio_seg_max_adjust.py | 37 +++++++++++++++++++----
 1 file changed, 31 insertions(+), 6 deletions(-)