On Thu, Mar 03, 2022 at 03:59:02PM -0500, John Snow wrote: > Fority compare_images() to be more discerning about the status codes it
Fortify > receives. If qemu_img() returns an exit code that implies it didn't > actually perform the comparison, treat that as an exceptional > circumstance and force the caller to be aware of the peril. > > If a negative test is desired (Perhaps to test how qemu_img compare perhaps > behaves on malformed images, for instance), it is still possible to > catch the exception in the test and deal with that circumstance > manually. > > Signed-off-by: John Snow <js...@redhat.com> > --- > tests/qemu-iotests/iotests.py | 21 ++++++++++++++++----- > 1 file changed, 16 insertions(+), 5 deletions(-) Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org