diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-05-08 15:54:36 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-05-08 15:54:36 -0500 |
commit | cad2b59c198340a636c5e015fb90e0326a1d3dd7 (patch) | |
tree | 1441c300722db4bda79e32a1e61e9e1c7f997a43 /tests/qemu-iotests/018 | |
parent | 5f5a1318653c08e435cfa52f60b6a712815b659d (diff) | |
parent | 794d00f71d39e3d18eafade579b2ecb665d6d481 (diff) | |
download | qemu-cad2b59c198340a636c5e015fb90e0326a1d3dd7.zip qemu-cad2b59c198340a636c5e015fb90e0326a1d3dd7.tar.gz qemu-cad2b59c198340a636c5e015fb90e0326a1d3dd7.tar.bz2 |
Merge remote-tracking branch 'kwolf/for-anthony' into staging
# By Kevin Wolf (7) and Fam Zheng (3)
# Via Kevin Wolf
* kwolf/for-anthony:
qemu-iotests: fix 017 018 for vmdk
qemu-iotests: exclude vmdk and qcow from 043
qemu-iotests: exclude vmdk for test 042
qtest/ide-test: Test short and long PRDTs
qtest/ide-test: Add simple DMA read/write test case
qtest: Add IDE test case
libqos/pci: Enable bus mastering
ide: Reset BMIDEA bit when the bus master is stopped
de_DE.po: Add missing leading spaces
ahci: Don't allow creating slave drives
Message-id: 1368023344-29731-1-git-send-email-kwolf@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/qemu-iotests/018')
-rwxr-xr-x | tests/qemu-iotests/018 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qemu-iotests/018 b/tests/qemu-iotests/018 index bd2db787..453ce61 100755 --- a/tests/qemu-iotests/018 +++ b/tests/qemu-iotests/018 @@ -46,6 +46,8 @@ _supported_os Linux TEST_OFFSETS="0 4294967296" +TEST_IMG_SAVE=$TEST_IMG +TEST_IMG=$TEST_IMG.base _make_test_img 6G echo "Filling base image" @@ -63,7 +65,7 @@ _check_test_img echo "Creating test image with backing file" echo -mv $TEST_IMG $TEST_IMG.base +TEST_IMG=$TEST_IMG_SAVE _make_test_img -b $TEST_IMG.base 6G echo "Filling test image" |