X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-guestfish-d.sh;h=ab039446e29e9e74dcd6770e74b5468021cbf458;hb=b4da051d54a1597c7d8db8880d21a52265a6172e;hp=bf5d51458cd4e74f2c6b8f18739791d3dff7169a;hpb=df69543720de5bf7dd1a734c3bef6d191ceeab33;p=libguestfs.git diff --git a/regressions/test-guestfish-d.sh b/regressions/test-guestfish-d.sh index bf5d514..ab03944 100755 --- a/regressions/test-guestfish-d.sh +++ b/regressions/test-guestfish-d.sh @@ -20,11 +20,11 @@ set -e -rm -f test.img test.xml test.out +rm -f test1.img test2.img test3.img test4.img test.xml test.out cwd="$(pwd)" -truncate -s 10M test.img +truncate -s 1M test1.img test2.img test3.img test4.img # Libvirt test XML, see libvirt.git/examples/xml/test/testnode.xml cat > test.xml < test.xml <524288 - + + + + + + + + + + + + + + + + + EOF -../fish/guestfish -c "test://$cwd/test.xml" --ro -d guest -x \ - test.out 2>&1 -grep -sq '^add_drive_ro.*test.img' test.out +../fish/guestfish -c "test://$cwd/test.xml" --ro -d guest \ + debug-drives test.out +grep -sq "test1.img.*snapshot=on" test.out +! grep -sq "test1.img.*format" test.out +grep -sq "test2.img.*snapshot=on.*format=raw" test.out +grep -sq "test3.img.*snapshot=on.*format=qcow2" test.out +grep -sq "test4.img.*snapshot=on.*format=raw" test.out -rm -f test.img test.xml test.out +rm -f test1.img test2.img test3.img test4.img test.xml test.out