X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-guestfish-d.sh;h=be2074823f52ad391f479e216991efb4b06a9a92;hp=b97ad3d2d6b901a60a9785f508534c432bcc04c8;hb=0353688577a27749f40bcc060e5703102c5a9649;hpb=ddda0f7bd00a37274dae38f4ce93955b8cfdf7d7 diff --git a/regressions/test-guestfish-d.sh b/regressions/test-guestfish-d.sh index b97ad3d..be20748 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 test.xml test.out cwd="$(pwd)" -truncate -s 10M test.img +truncate -s 1M test1.img test2.img test3.img # Libvirt test XML, see libvirt.git/examples/xml/test/testnode.xml cat > test.xml < test.xml <524288 - + + + + + + + + + + + EOF -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 -x \ + test.out 2>&1 +grep -sq '^add_drive.*test1.img.*readonly:true' test.out +! grep -sq '^add_drive.*test1.img.*format' test.out +grep -sq '^add_drive.*test2.img.*readonly:true.*format:raw' test.out +grep -sq '^add_drive.*test3.img.*readonly:true.*format:qcow2' test.out -rm -f test.img test.xml test.out +rm -f test1.img test2.img test3.img test.xml test.out