mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user