diff --git a/v2v/test-v2v-no-copy.sh b/v2v/test-v2v-no-copy.sh index 35177c947..f0408dca6 100755 --- a/v2v/test-v2v-no-copy.sh +++ b/v2v/test-v2v-no-copy.sh @@ -68,7 +68,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images mkdir $d/12345678-1234-1234-1234-123456789abc/master mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms -$VG virt-v2v --debug-gc --no-copy \ +# $VG - XXX Disabled because the forking used to write files in -o rhev +# mode confuses valgrind. +virt-v2v --debug-gc --no-copy \ -i libvirt -ic "$libvirt_uri" windows \ -o rhev -os $d diff --git a/v2v/test-v2v-o-rhev.sh b/v2v/test-v2v-o-rhev.sh index 6d2132080..1162e318a 100755 --- a/v2v/test-v2v-o-rhev.sh +++ b/v2v/test-v2v-o-rhev.sh @@ -57,7 +57,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images mkdir $d/12345678-1234-1234-1234-123456789abc/master mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms -$VG virt-v2v --debug-gc \ +# $VG - XXX Disabled because the forking used to write files in -o rhev +# mode confuses valgrind. +virt-v2v --debug-gc \ -i libvirt -ic "$libvirt_uri" windows \ -o rhev -os $d