]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Fix 100 for nbd
authorMax Reitz <mreitz@redhat.com>
Tue, 27 Jan 2015 02:02:57 +0000 (21:02 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Feb 2015 16:24:22 +0000 (17:24 +0100)
commit23ab6953f4675b8663888ce6cfe40f4191be3e48
treec9b28455cb5600e66b3dec99a511eb95ae99e910
parent53f9e77f4ed898a4ea4ad2bc118c06c336ba30dd
iotests: Fix 100 for nbd

In case of NBD, _make_test_img starts a new NBD server. Therefore,
_cleanup_test_img (which shuts that server down) has to be invoked
before the next _make_test_img call in order to make 100 work for NBD.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/100