diff options
author | Fam Zheng <famz@redhat.com> | 2016-06-03 17:07:52 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-06-16 15:20:37 +0200 |
commit | 6ea66b590cda71bddc3112b40a5c13378c1a3445 (patch) | |
tree | ba860d1f641202f81830dd1c7d725770bf2c0ab5 /tests/qemu-iotests/095 | |
parent | 834fe28ddffaec469cf048c7a48eb610e7a6e906 (diff) |
iotests: 095: Clean up QEMU before showing image info
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1464944872-24484-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/095')
-rwxr-xr-x | tests/qemu-iotests/095 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |