[Libguestfs] [PATCH] v2v: test Debian/Ubuntu conversion

Tomáš Golembiovský tgolembi at redhat.com
Fri Oct 7 13:42:36 UTC 2016


Enable testing of Debian and Ubuntu guest conversion.

Signed-off-by: Tomáš Golembiovský <tgolembi at redhat.com>
---
 v2v/Makefile.am | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index a2f6969..1c06277 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -311,12 +311,19 @@ check-slow:
 real_guests_scripts = \
 	test-v2v-conversion-of-centos-6.sh \
 	test-v2v-conversion-of-centos-7.0.sh \
+	test-v2v-conversion-of-debian-6.sh \
+	test-v2v-conversion-of-debian-7.sh \
+	test-v2v-conversion-of-debian-8.sh \
 	test-v2v-conversion-of-fedora-20.sh \
 	test-v2v-conversion-of-fedora-23.sh \
 	test-v2v-conversion-of-rhel-5.10.sh \
 	test-v2v-conversion-of-rhel-6.8.sh \
 	test-v2v-conversion-of-rhel-7.0.sh \
-	test-v2v-conversion-of-rhel-7.2.sh
+	test-v2v-conversion-of-rhel-7.2.sh \
+	test-v2v-conversion-of-ubuntu-10.04.sh \
+	test-v2v-conversion-of-ubuntu-12.04.sh \
+	test-v2v-conversion-of-ubuntu-14.04.sh \
+	test-v2v-conversion-of-ubuntu-16.04.sh
 
 test-v2v-conversion-of-%.sh:
 	rm -f $@ $@-t
-- 
2.10.0




More information about the Libguestfs mailing list