From: Max Reitz Date: Mon, 19 Oct 2015 15:53:10 +0000 (+0200) Subject: iotests: Only create BB if necessary X-Git-Tag: TizenStudio_2.0_p2.3.2~120^2~1^2~111^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e9e653038db97bfd343c3fb217b7bf4da765a89;p=sdk%2Femulator%2Fqemu.git iotests: Only create BB if necessary Tests 071 and 081 test giving references in blockdev-add. It is not necessary to create a BlockBackend here, so omit it. While at it, fix up some blockdev-add invocations in the vicinity (s/raw/$IMGFMT/ in 081, drop the format BDS for blkverify's raw child in 071). Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071 index 9eaa49b..92ab991 100755 --- a/tests/qemu-iotests/071 +++ b/tests/qemu-iotests/071 @@ -104,11 +104,20 @@ echo echo "=== Testing blkdebug on existing block device ===" echo -run_qemu -drive "file=$TEST_IMG,format=raw,if=none,id=drive0" <