v2v: Disable valgrind tests that are confused by -o rhev forking.

This updates commit 0dfa96c043.
This commit is contained in:
Richard W.M. Jones
2014-09-23 12:47:40 +01:00
parent d1145f20cb
commit 02c220a6f1
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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