search for: 23109ae

Displaying 4 results from an estimated 4 matches for "23109ae".

Did you mean: 23109
2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
...by libvirt, OpenStack, oVirt, Red Hat Virtualisation +(RHV) or several other targets. Virt-v2v-test-harness is a small library (module name: C<V2v_test_harness>) used to run virt-v2v against a set of test cases diff --git a/v2v/test-v2v-no-copy.sh b/v2v/test-v2v-no-copy.sh index 6309c92..23109ae 100755 --- a/v2v/test-v2v-no-copy.sh +++ b/v2v/test-v2v-no-copy.sh @@ -58,17 +58,17 @@ test -f $d/windows.xml # Test the disk was NOT created. ! test -f $d/windows-sda -# --no-copy with -o rhev. +# --no-copy with -o rhv. mkdir $d/12345678-1234-1234-1234-123456789abc mkdir $d/12345678-1234-123...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
...by libvirt, OpenStack, oVirt, Red Hat Virtualisation +(RHV) or several other targets. Virt-v2v-test-harness is a small library (module name: C<V2v_test_harness>) used to run virt-v2v against a set of test cases diff --git a/v2v/test-v2v-no-copy.sh b/v2v/test-v2v-no-copy.sh index 6309c92..23109ae 100755 --- a/v2v/test-v2v-no-copy.sh +++ b/v2v/test-v2v-no-copy.sh @@ -58,17 +58,17 @@ test -f $d/windows.xml # Test the disk was NOT created. ! test -f $d/windows-sda -# --no-copy with -o rhev. +# --no-copy with -o rhv. mkdir $d/12345678-1234-1234-1234-123456789abc mkdir $d/12345678-1234-123...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.