[Pkg-libvirt-commits] [libguestfs] 116/266: v2v: Rename -o (target) tests.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:49 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 eaadf5c130ae4b248e1b83825b2d9ea6f83bc8dd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Aug 15 18:16:51 2014 +0100

    v2v: Rename -o (target) tests.
    
    No functional change.
---
 v2v/Makefile.am                                              | 6 +++---
 v2v/{test-v2v-libvirt.sh => test-v2v-o-libvirt.sh}           | 4 ++--
 v2v/{test-v2v-rhev-options.sh => test-v2v-o-rhev-options.sh} | 4 ++--
 v2v/{test-v2v-rhev.sh => test-v2v-o-rhev.sh}                 | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 25443e4..e916dc2 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -175,13 +175,13 @@ TESTS_ENVIRONMENT = $(top_builddir)/run --test
 
 if ENABLE_APPLIANCE
 TESTS = \
-	test-v2v-libvirt.sh \
 	test-v2v-machine-readable.sh \
 	test-v2v-no-copy.sh \
+	test-v2v-o-libvirt.sh \
+	test-v2v-o-rhev.sh \
+	test-v2v-o-rhev-options.sh \
 	test-v2v-of-option.sh \
 	test-v2v-on-option.sh \
-	test-v2v-rhev.sh \
-	test-v2v-rhev-options.sh \
 	test-v2v-windows-conversion.sh
 endif ENABLE_APPLIANCE
 
diff --git a/v2v/test-v2v-libvirt.sh b/v2v/test-v2v-o-libvirt.sh
similarity index 97%
rename from v2v/test-v2v-libvirt.sh
rename to v2v/test-v2v-o-libvirt.sh
index ba205ec..f8d1fa0 100755
--- a/v2v/test-v2v-libvirt.sh
+++ b/v2v/test-v2v-o-libvirt.sh
@@ -22,7 +22,7 @@ unset CDPATH
 export LANG=C
 set -e
 
-if [ -n "$SKIP_TEST_V2V_LIBVIRT_SH" ]; then
+if [ -n "$SKIP_TEST_V2V_O_LIBVIRT_SH" ]; then
     echo "$0: test skipped because environment variable is set"
     exit 77
 fi
@@ -58,7 +58,7 @@ fi
 # Generate a random guest name.
 guestname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
 
-d=test-v2v-libvirt.d
+d=test-v2v-o-libvirt.d
 rm -rf $d
 mkdir $d
 
diff --git a/v2v/test-v2v-rhev-options.sh b/v2v/test-v2v-o-rhev-options.sh
similarity index 97%
rename from v2v/test-v2v-rhev-options.sh
rename to v2v/test-v2v-o-rhev-options.sh
index 55444ad..9e4841f 100755
--- a/v2v/test-v2v-rhev-options.sh
+++ b/v2v/test-v2v-o-rhev-options.sh
@@ -22,7 +22,7 @@ unset CDPATH
 export LANG=C
 set -e
 
-if [ -n "$SKIP_TEST_V2V_RHEV_OPTIONS_SH" ]; then
+if [ -n "$SKIP_TEST_V2V_O_RHEV_OPTIONS_SH" ]; then
     echo "$0: test skipped because environment variable is set"
     exit 77
 fi
@@ -47,7 +47,7 @@ if ! test -r $virt_tools_data_dir/rhsrvany.exe; then
     exit 77
 fi
 
-d=test-v2v-rhev-options.d
+d=test-v2v-o-rhev-options.d
 rm -rf $d
 mkdir $d
 
diff --git a/v2v/test-v2v-rhev.sh b/v2v/test-v2v-o-rhev.sh
similarity index 97%
rename from v2v/test-v2v-rhev.sh
rename to v2v/test-v2v-o-rhev.sh
index 2ede15d..950e777 100755
--- a/v2v/test-v2v-rhev.sh
+++ b/v2v/test-v2v-o-rhev.sh
@@ -22,7 +22,7 @@ unset CDPATH
 export LANG=C
 set -e
 
-if [ -n "$SKIP_TEST_V2V_RHEV_SH" ]; then
+if [ -n "$SKIP_TEST_V2V_O_RHEV_SH" ]; then
     echo "$0: test skipped because environment variable is set"
     exit 77
 fi
@@ -47,7 +47,7 @@ if ! test -r $virt_tools_data_dir/rhsrvany.exe; then
     exit 77
 fi
 
-d=test-v2v-rhev.d
+d=test-v2v-o-rhev.d
 rm -rf $d
 mkdir $d
 

-- 
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