[Pkg-libvirt-commits] [libguestfs] 157/266: v2v: Tests can use guests.xml not guests-all-good.xml.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit b9e591f7f08c8ba5373e9c940599109f492695c9
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Aug 21 21:46:45 2014 +0100
v2v: Tests can use guests.xml not guests-all-good.xml.
---
v2v/test-v2v-no-copy.sh | 2 +-
v2v/test-v2v-o-libvirt.sh | 2 +-
v2v/test-v2v-o-rhev-options.sh | 2 +-
v2v/test-v2v-o-rhev.sh | 2 +-
v2v/test-v2v-of-option.sh | 2 +-
v2v/test-v2v-on-option.sh | 2 +-
v2v/test-v2v-print-source.sh | 2 +-
v2v/test-v2v-windows-conversion.sh | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/v2v/test-v2v-no-copy.sh b/v2v/test-v2v-no-copy.sh
index 99e3b5b..a7b97d0 100755
--- a/v2v/test-v2v-no-copy.sh
+++ b/v2v/test-v2v-no-copy.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-o-libvirt.sh b/v2v/test-v2v-o-libvirt.sh
index f8d1fa0..60f53c0 100755
--- a/v2v/test-v2v-o-libvirt.sh
+++ b/v2v/test-v2v-o-libvirt.sh
@@ -41,7 +41,7 @@ if [ "$(id -u)" -eq 0 ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-o-rhev-options.sh b/v2v/test-v2v-o-rhev-options.sh
index 9e4841f..401cec9 100755
--- a/v2v/test-v2v-o-rhev-options.sh
+++ b/v2v/test-v2v-o-rhev-options.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-o-rhev.sh b/v2v/test-v2v-o-rhev.sh
index 950e777..6dcbb1a 100755
--- a/v2v/test-v2v-o-rhev.sh
+++ b/v2v/test-v2v-o-rhev.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-of-option.sh b/v2v/test-v2v-of-option.sh
index cb03ea3..07e7e63 100755
--- a/v2v/test-v2v-of-option.sh
+++ b/v2v/test-v2v-of-option.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-on-option.sh b/v2v/test-v2v-on-option.sh
index f45dd8e..0591e91 100755
--- a/v2v/test-v2v-on-option.sh
+++ b/v2v/test-v2v-on-option.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-print-source.sh b/v2v/test-v2v-print-source.sh
index 835b5f7..9cd96d6 100755
--- a/v2v/test-v2v-print-source.sh
+++ b/v2v/test-v2v-print-source.sh
@@ -28,7 +28,7 @@ if [ -n "$SKIP_TEST_V2V_PRINT_SOURCE_SH" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
diff --git a/v2v/test-v2v-windows-conversion.sh b/v2v/test-v2v-windows-conversion.sh
index 05d3473..7525251 100755
--- a/v2v/test-v2v-windows-conversion.sh
+++ b/v2v/test-v2v-windows-conversion.sh
@@ -33,7 +33,7 @@ if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
fi
abs_top_builddir="$(cd ..; pwd)"
-libvirt_uri="test://$abs_top_builddir/tests/guests/guests-all-good.xml"
+libvirt_uri="test://$abs_top_builddir/tests/guests/guests.xml"
f=../tests/guests/windows.img
if ! test -f $f || ! test -s $f; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list