qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] qtest/ahci: skip qcow2 tests


From: John Snow
Subject: [Qemu-devel] [PATCH v2 0/3] qtest/ahci: skip qcow2 tests
Date: Fri, 13 Nov 2015 13:31:16 -0500

Skip tests that need qcow2 to function when qemu-img isn't
set or otherwise present.

When running under raw mode, we no longer properly test
LBA48 reads/writes beyond 137Gb. ahci-test will skip past
any /<arch>/io/<mode>/lba48/<length>/high test.

While we're at it, try to make failures due to missing qemu-img
binaries a little more apparent in case we find a way to bump
into them again.

v2: Fix type; size_t -> uint64_t. (Fails i386 tests.)

John Snow (3):
  qtest/ahci: always specify image format
  libqos: add qemu-img presence check
  qtest/ahci: use raw format when qemu-img is absent

 tests/ahci-test.c     | 90 ++++++++++++++++++++++++++++++++++-----------------
 tests/libqos/libqos.c | 28 +++++++++++++---
 tests/libqos/libqos.h |  1 +
 3 files changed, 84 insertions(+), 35 deletions(-)

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]