[libvirt] [PATCH] Make int-overflow test case pass

Stefan Berger stefanb at us.ibm.com
Mon Mar 29 18:07:10 UTC 2010


This fix makes the int-overflow test case pass.

Signed-off-by: Stefan Berger <stefanb at us.ibm.com>

Index: libvirt/tests/int-overflow
===================================================================
--- libvirt.orig/tests/int-overflow
+++ libvirt/tests/int-overflow
@@ -14,6 +14,7 @@ fi
 . "$srcdir/test-lib.sh"
 
 echo "error: failed to get domain '4294967298'" > exp || fail=1
+echo "error: Failed to start the nwfilter driver: Is the daemon running ?" >> exp || fail=1
 echo domname 4294967298 | $abs_top_builddir/tools/virsh --quiet \
     --connect test://$abs_top_srcdir/examples/xml/test/testnode.xml \
     > /dev/null 2> err || fail=1




More information about the libvir-list mailing list