From 6ea66b590cda71bddc3112b40a5c13378c1a3445 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 3 Jun 2016 17:07:52 +0800 Subject: [PATCH] iotests: 095: Clean up QEMU before showing image info Signed-off-by: Fam Zheng Message-id: 1464944872-24484-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- tests/qemu-iotests/095 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qemu-iotests/095 b/tests/qemu-iotests/095 index dad04b9ac9..030adb22e1 100755 --- a/tests/qemu-iotests/095 +++ b/tests/qemu-iotests/095 @@ -74,6 +74,8 @@ _send_qemu_cmd $h "{ 'execute': 'block-commit', 'arguments': { 'device': 'test', 'top': '"${TEST_IMG}.snp1"' } }" "BLOCK_JOB_COMPLETED" +_cleanup_qemu + echo echo "=== Base image info after commit and resize ===" TEST_IMG="${TEST_IMG}.base" _img_info | _filter_img_info