OSDN Git Service

iotests/149: Remove qemu_img_pipe() call
authorJohn Snow <jsnow@redhat.com>
Mon, 21 Mar 2022 20:16:13 +0000 (16:16 -0400)
committerHanna Reitz <hreitz@redhat.com>
Tue, 22 Mar 2022 09:14:37 +0000 (10:14 +0100)
commit88baae552dad5c0b91973cae16b0f4a927129f51
tree349630ac411e66b850562e63852380ca3089b51f
parent3d53818ff70ebbb09288c494080cf6717e1713ce
iotests/149: Remove qemu_img_pipe() call

qemu_img_pipe calls blank their output when the command being run is a
'create' call and the command succeeds. Thus, the normative output for
this command in iotest 149 is to print a blank line. We can remove the
logging from this invocation and use a checked invocation, but we still
need to inspect the actual output to see if we want to retroactively
skip the test due to missing cipher support.

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