search for: 1c06277

Displaying 1 result from an estimated 1 matches for "1c06277".

Did you mean: 1006277
2016 Oct 07
2
[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...