qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/1] qemu-iotests: fix 067 on s390x


From: Sascha Silbe
Subject: [Qemu-devel] [PATCH v2 0/1] qemu-iotests: fix 067 on s390x
Date: Fri, 19 Feb 2016 14:01:08 +0100

qemu-iotests test case 067 fails on s390x because the ordering of its
output is architecture-dependent (asynchronous vs. synchronous hotplug
handling). This series fixes the failure by filtering events from QMP
output for 067.

v1->v2:
  - use tr / sed trick for filtering multi-line JSON to avoid
    switching to single-line JSON which is hard to read
  - roll _filter_qmp_events() into 067 as the multi-line version isn't
    robust enough for general use


Sascha Silbe (1):
  qemu-iotests: 067: ignore QMP events

 tests/qemu-iotests/067     |  11 +++-
 tests/qemu-iotests/067.out | 144 ---------------------------------------------
 2 files changed, 10 insertions(+), 145 deletions(-)

-- 
2.1.4




reply via email to

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