Displaying 20 results from an estimated 30 matches for "expected2".
Did you mean:
expected
2017 Feb 14
2
[PATCH 0/1] Fix OVA import with libvirt backend
...tps://www.redhat.com/archives/libguestfs/2017-February/msg00101.html
[2] https://www.redhat.com/archives/libvir-list/2017-February/msg00575.html
Tomáš Golembiovský (1):
v2v: ova: fix generated JSON for libvirt support
v2v/input_ova.ml | 1 +
v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
v2v/test-v2v-i-ova-tar.expected2 | 2 +-
v2v/test-v2v-i-ova-two-disks.expected2 | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
--
2.11.1
2017 Feb 14
1
Re: [PATCH 1/1] v2v: ova: fix generated JSON for libvirt support
..., Tomáš Golembiovský wrote:
> We have to be explicit about the drivers in backing file JSON in order
> for libvirt to work.
>
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
> v2v/input_ova.ml | 1 +
> v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
> v2v/test-v2v-i-ova-tar.expected2 | 2 +-
> v2v/test-v2v-i-ova-two-disks.expected2 | 4 ++--
> 4 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
> index 411e90118..d5e3e64c4 100644
> --- a/v2v/input_ova.ml
&g...
2018 Mar 23
2
[PATCH] v2v: ova: convert E1000 network interfaces as such
..._other_nic would result in v2v
rejecting OVAs previously converted.
---
v2v/parse_ovf_from_ova.ml | 7 ++++++-
v2v/test-v2v-i-ova-formats.expected | 2 +-
v2v/test-v2v-i-ova-gz.expected | 2 +-
v2v/test-v2v-i-ova-subfolders.expected | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
v2v/test-v2v-i-ova-tar.expected | 2 +-
v2v/test-v2v-i-ova-tar.expected2 | 2 +-
v2v/test-v2v-i-ova-two-disks.expected | 2 +-
v2v/test-v2v-i-ova-two-disks.expected2 | 2 +-
9 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/v2v/parse_ovf_from_ova.ml b/v2v/par...
2017 Feb 14
0
[PATCH 1/1] v2v: ova: fix generated JSON for libvirt support
We have to be explicit about the drivers in backing file JSON in order
for libvirt to work.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/input_ova.ml | 1 +
v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
v2v/test-v2v-i-ova-tar.expected2 | 2 +-
v2v/test-v2v-i-ova-two-disks.expected2 | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 411e90118..d5e3e64c4 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -374,6 +374...
2018 Mar 23
0
Re: [PATCH] v2v: ova: convert E1000 network interfaces as such
...unless I've
missed something else.
Rich.
> v2v/parse_ovf_from_ova.ml | 7 ++++++-
> v2v/test-v2v-i-ova-formats.expected | 2 +-
> v2v/test-v2v-i-ova-gz.expected | 2 +-
> v2v/test-v2v-i-ova-subfolders.expected | 2 +-
> v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
> v2v/test-v2v-i-ova-tar.expected | 2 +-
> v2v/test-v2v-i-ova-tar.expected2 | 2 +-
> v2v/test-v2v-i-ova-two-disks.expected | 2 +-
> v2v/test-v2v-i-ova-two-disks.expected2 | 2 +-
> 9 files changed, 14 insertions(+), 9 deletions(-)
>
> diff --git a/...
2017 Feb 23
4
[PATCH v2 0/3] Fix OVA import with libvirt backend
...omáš Golembiovský (3):
v2v: ova: fix generated JSON for libvirt support
v2v: ova: check libvirt version before OVA import
v2v: tests: restore disabled OVA test
v2v/Makefile.am | 4 ++--
v2v/input_ova.ml | 4 +++-
v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
v2v/test-v2v-i-ova-tar.expected2 | 2 +-
v2v/test-v2v-i-ova-two-disks.expected2 | 4 ++--
v2v/test-v2v-i-ova.sh | 4 +---
v2v/utils.ml | 14 ++++++++++++++
v2v/utils.mli | 5 +++++
8 files changed, 29 insert...
2018 Jul 05
4
[PATCH] v2v: Preserve VM Generation ID (RHBZ#1598350).
...+++++++++++++++++++
v2v/output_qemu.ml | 7 +++++++
v2v/parse_libvirt_xml.ml | 5 +++++
v2v/test-v2v-i-ova-formats.expected | 1 +
v2v/test-v2v-i-ova-gz.expected | 1 +
v2v/test-v2v-i-ova-snapshots.expected | 1 +
v2v/test-v2v-i-ova-snapshots.expected2 | 1 +
v2v/test-v2v-i-ova-subfolders.expected | 1 +
v2v/test-v2v-i-ova-subfolders.expected2 | 1 +
v2v/test-v2v-i-ova-tar.expected | 1 +
v2v/test-v2v-i-ova-tar.expected2 | 1 +
v2v/test-v2v-i-ova-two-disks.expected | 1 +
v2v/test-v2v-i-ova-two-disks.expected2 | 1 +
v2...
2018 Jul 05
0
Re: [PATCH] v2v: Preserve VM Generation ID (RHBZ#1598350).
...output_qemu.ml | 7 +++++++
> v2v/parse_libvirt_xml.ml | 5 +++++
> v2v/test-v2v-i-ova-formats.expected | 1 +
> v2v/test-v2v-i-ova-gz.expected | 1 +
> v2v/test-v2v-i-ova-snapshots.expected | 1 +
> v2v/test-v2v-i-ova-snapshots.expected2 | 1 +
> v2v/test-v2v-i-ova-subfolders.expected | 1 +
> v2v/test-v2v-i-ova-subfolders.expected2 | 1 +
> v2v/test-v2v-i-ova-tar.expected | 1 +
> v2v/test-v2v-i-ova-tar.expected2 | 1 +
> v2v/test-v2v-i-ova-two-disks.expected | 1 +
> v2v/test-v2v-i-ova-t...
2016 Nov 12
0
[PATCH v2 5/5] v2v: update tests to match changes in OVA import
...xpected result now also depends on the QEMU used.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
test-data/utils.sh | 21 +++++
v2v/Makefile.am | 1 +
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++++
v2v/test-v2v-i-ova-subfolders.sh | 12 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 70 +++...
2017 Feb 03
3
[PATCH v7 0/1] Import directly from OVA tar archive if possible
.../common_utils_tests.ml | 7 ++
test-data/test-utils.sh | 19 +++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 109 +++++++++++++++++++++----
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 +++...
2017 Feb 04
0
[PATCH v8 4/4] v2v: ova: don't extract files from OVA if it's not needed
...olembiovský <tgolembi@redhat.com>
---
test-data/test-utils.sh | 19 +++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 109 +++++++++++++++++++++----
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 +++...
2017 Jan 11
3
[PATCH v5 0/3] Import directly from OVA tar archive if possible
...est-utils.sh | 20 ++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 198 +++++++++++++++++++++++++++++---
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-gz.ovf | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 ++++++++++++
v2v/t...
2016 Dec 18
0
[PATCH v4 6/6] v2v: ova: don't extract files from OVA if it's not needed
...ovský <tgolembi@redhat.com>
---
test-data/test-utils.sh | 20 ++++
v2v/Makefile.am | 1 +
v2v/input_ova.ml | 180 +++++++++++++++++++++++++++++---
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 ++++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 ++++
v2v/test-v2v-i-ova-tar.expected2 | 18 ++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 71 +++++++++++++...
2017 Jan 30
6
[PATCH v6 0/3] Import directly from OVA tar archive if possible
...est-utils.sh | 20 ++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 198 +++++++++++++++++++++++++++++---
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-gz.ovf | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 ++++++++++++
v2v/t...
2017 Jan 30
0
[PATCH v6 3/3] v2v: ova: don't extract files from OVA if it's not needed
...ovský <tgolembi@redhat.com>
---
test-data/test-utils.sh | 20 ++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 189 +++++++++++++++++++++++++++++---
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++
v2v/test-v2v-i-ova-tar.ovf | 138 +++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 ++++++++++++
v2v/...
2018 Apr 20
1
[PATCH] v2v: rework handling of CPU topology
...+++++++---
v2v/parse_ovf_from_ova.ml | 13 +++++++------
v2v/parse_ovf_from_ova.mli | 4 ++--
v2v/test-v2v-i-ova-formats.expected | 2 +-
v2v/test-v2v-i-ova-gz.expected | 2 +-
v2v/test-v2v-i-ova-subfolders.expected | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 2 +-
v2v/test-v2v-i-ova-tar.expected | 2 +-
v2v/test-v2v-i-ova-tar.expected2 | 2 +-
v2v/test-v2v-i-ova-two-disks.expected | 2 +-
v2v/test-v2v-i-ova-two-disks.expected2 | 2 +-
v2v/test-v2v-i-vmx-1.expected | 2 +-
v2v/test-v2v-i-vmx-2.expected | 2...
2017 Feb 03
0
[PATCH v7 1/1] v2v: ova: don't extract files from OVA if it's not needed
.../common_utils_tests.ml | 7 ++
test-data/test-utils.sh | 19 +++++
v2v/Makefile.am | 2 +
v2v/input_ova.ml | 109 +++++++++++++++++++++----
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++++
v2v/test-v2v-i-ova-subfolders.sh | 13 ++-
v2v/test-v2v-i-ova-tar.expected | 18 +++++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 72 +++...
2016 Nov 12
9
[PATCH v2 0/5] Import directly from OVA tar archive if possible
...tils.sh | 21 ++++
v2v/Makefile.am | 1 +
v2v/input_ova.ml | 184 +++++++++++++++++++++++++++-----
v2v/test-v2v-i-ova-formats.sh | 5 +-
v2v/test-v2v-i-ova-gz.ovf | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 ++++
v2v/test-v2v-i-ova-subfolders.sh | 12 ++-
v2v/test-v2v-i-ova-tar.expected | 18 ++++
v2v/test-v2v-i-ova-tar.expected2 | 18 ++++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++++++++++
v2v/test-v2v-i-ova-tar.sh | 70 ++++++++++++...
2016 Dec 18
9
[PATCH v4 0/6] Import directly from OVA tar archive if possible
...| 1 +
v2v/input_ova.ml | 194 +++++++++++++++++++++--
v2v/test-v2v-i-ova-formats.sh | 7 +-
v2v/test-v2v-i-ova-gz.ovf | 2 +-
v2v/test-v2v-i-ova-gz.sh | 2 +-
v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++
v2v/test-v2v-i-ova-subfolders.sh | 15 +-
v2v/test-v2v-i-ova-tar.expected | 18 +++
v2v/test-v2v-i-ova-tar.expected2 | 18 +++
v2v/test-v2v-i-ova-tar.ovf | 138 ++++++++++++++++
v2v/test-v2v-i-ova-tar.sh...
2016 Nov 30
4
Re: [PATCH v2 5/5] v2v: update tests to match changes in OVA import
...t-data/guestfs-hashsums.sh -- maybe that one
could be renamed to test-utils.sh, and then add the new qemu_is_version
there.
> > > v2v/Makefile.am | 1 +
> > > v2v/test-v2v-i-ova-formats.sh | 5 +-
> > > v2v/test-v2v-i-ova-subfolders.expected2 | 18 +++++
> > > v2v/test-v2v-i-ova-subfolders.sh | 12 ++-
> > > v2v/test-v2v-i-ova-tar.expected | 18 +++++
> > > v2v/test-v2v-i-ova-tar.expected2 | 18 +++++
> > > v2v/test-v2v-i-ova-tar.ovf | 138 +++++++++++++++++++++++...