From 1e2e196ee9d07c53a039f72994ab70dd562b0a91 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 17 Jul 2016 16:42:20 +0100 Subject: Handle conversion to qcow2 after umounting Add unit test support for checking the file format. --- yarns/900-implements.yarn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yarns/900-implements.yarn') diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn index a629dc9..860d649 100644 --- a/yarns/900-implements.yarn +++ b/yarns/900-implements.yarn @@ -135,3 +135,10 @@ regular expression. mount -r "$device" "$mp" trap "umount \"$mp\"; unkpartx_image \"$IMAGE\"" EXIT grep -P -e "$MATCH_3" "$mp/$MATCH_2" + +Check the image output format + + IMPLEMENTS THEN image has file format matching (.+) + qemu-img info $IMAGE | + grep "file format" | + grep $MATCH_1 -- cgit v1.2.1