v2v: Add a slow test of Windows conversions.

As with the previous commit this requires that Windows guests have
been created first using the procedure from:

https://rwmj.wordpress.com/2018/09/13/creating-windows-templates-for-virt-builder/

For me:

PASS: test-v2v-conversion-of-windows-6.3-server.sh
PASS: test-v2v-conversion-of-windows-6.2-server.sh
PASS: test-v2v-conversion-of-windows-10.0-server.sh

If you don't have these templates in virt-builder then the tests will
skip.
This commit is contained in:
Richard W.M. Jones
2018-09-14 14:58:10 +01:00
parent 4b6341072c
commit 51a9c874d3

View File

@@ -442,7 +442,10 @@ real_guests_scripts = \
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-ubuntu-18.04.sh
test-v2v-conversion-of-ubuntu-18.04.sh \
test-v2v-conversion-of-windows-6.2-server.sh \
test-v2v-conversion-of-windows-6.3-server.sh \
test-v2v-conversion-of-windows-10.0-server.sh
test-v2v-conversion-of-%.sh:
rm -f $@ $@-t