]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: use qemu_img() in has_working_luks()
authorJohn Snow <jsnow@redhat.com>
Mon, 21 Mar 2022 20:16:15 +0000 (16:16 -0400)
committerHanna Reitz <hreitz@redhat.com>
Tue, 22 Mar 2022 09:14:40 +0000 (10:14 +0100)
commit97576f8c0a0870578a214caa7a138f929f74166e
treeeec81dfd4dd72fb25f77b4a0255615c91dffd781
parent4cf661f2c0540d3644b62c0ed64dff14fdd3bd68
iotests: use qemu_img() in has_working_luks()

Admittedly a mostly lateral move, but qemu_img() is essentially the
replacement for qemu_img_pipe_and_status(). It will give slightly better
diagnostics on crash.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220321201618.903471-16-jsnow@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
tests/qemu-iotests/iotests.py