Tomáš Golembiovský
2016-Oct-07 13:42 UTC
[Libguestfs] [PATCH] v2v: test Debian/Ubuntu conversion
Enable testing of Debian and Ubuntu guest conversion. Signed-off-by: Tomáš Golembiovský <tgolembi@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
Pino Toscano
2016-Oct-07 14:59 UTC
Re: [Libguestfs] [PATCH] v2v: test Debian/Ubuntu conversion
On Friday, 7 October 2016 15:42:36 CEST Tomáš Golembiovský wrote:> Enable testing of Debian and Ubuntu guest conversion. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > ---LGTM -- pushed. Thanks, -- Pino Toscano
Richard W.M. Jones
2016-Oct-07 15:48 UTC
Re: [Libguestfs] [PATCH] v2v: test Debian/Ubuntu conversion
On Fri, Oct 07, 2016 at 03:42:36PM +0200, Tomáš Golembiovský wrote:> Enable testing of Debian and Ubuntu guest conversion. > > Signed-off-by: Tomáš Golembiovský <tgolembi@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.shACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/
Apparently Analagous Threads
- [PATCH 0/3] Fixing out-of-tree builds
- [PATCH v2] v2v: linux: accept 'sr' devices in fstab
- [PATCH 2/2] v2v: ilnux: detect name of grub2-mkconfig
- [PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
- [PATCH] v2v: do not hide the error, rather report it