On 07.05.2015 09:52, Bo Tu wrote:
The tests for device type "ide_cd" should only be tested for the pc
platform.
The default device id of hard disk on the s390 platform differs to that
of the x86 platform. A new variable device_id is defined and "virtio0"
set for the s390 platform. A x86 platform specific output file is also
needed.
A new filter was added to filter orphan warnings.
Signed-off-by: Bo Tu <t...@linux.vnet.ibm.com>
---
tests/qemu-iotests/051 | 85 +++++---
tests/qemu-iotests/051.out | 158 +++++---------
tests/qemu-iotests/051.pc.out | 433 +++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/common.filter | 7 +
4 files changed, 550 insertions(+), 133 deletions(-)
create mode 100644 tests/qemu-iotests/051.pc.out
Reviewed-by: Max Reitz <mre...@redhat.com>