Displaying 5 results from an estimated 5 matches for "real_guests_script".
Did you mean:
real_guests_scripts
2016 Oct 07
2
[PATCH] v2v: test Debian/Ubuntu conversion
...gned-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-conver...
2017 Jul 18
0
[PATCH v2 2/2] v2v: Add slow tests of opensuse 13.1, 13.2 and 42.1 conversions.
---
v2v/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index a4f4300cb..f1f8fb824 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -370,6 +370,9 @@ real_guests_scripts = \
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-opensuse-13.1.sh \
+ test-v2v-conversion-of-opensuse-13.2.sh \
+ test-v2v-conversion-of-opensuse-42.1.sh \
test-v2v-conversion-of-rhel-5.10.sh \
t...
2019 Mar 26
3
[PATCH 1/3] v2v: tests: add debian-9 and fedora-29 for test-v2v-conversion-of
Test the newer versions of these distros.
---
v2v/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 53c137fc6..39511022e 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -530,8 +530,10 @@ real_guests_scripts = \
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-debian-9.sh \
test-v2v-conversion-of-fedora-20.sh \
test-v2v-conversion-of-fedora-23.sh \
+ test-v2v-conversion-of-fedora-29.sh \
test-v2v-convers...
2017 Oct 23
2
[PATCH v2 1/2] v2v: Fix RPM file owned test (RHBZ#1503958).
v1 was here:
https://www.redhat.com/archives/libguestfs/2017-October/msg00183.html
v2:
- Adds back the Debian test, but simplified.
- Adds tests on Fedora & Debian.
Rich.
2017 Jul 18
4
[PATCH v2 0/2] v2v: Add slow tests of opensuse 13.1, 13.2 and 42.1
v1 was:
https://www.redhat.com/archives/libguestfs/2017-July/msg00154.html
There is no change in the first patch, but I added a second patch
adding slow tests of opensuse guests (which pass, but require the
first patch).
Rich.