search for: skip_test_v2v_oa_option_sh

Displaying 5 results from an estimated 5 matches for "skip_test_v2v_oa_option_sh".

2018 Mar 28
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
...INIMUM_SIZE_2=1 # This test fails if the available memory is ~ 4 GB, as it is # on the test machine. export SKIP_TEST_BIG_HEAP=1 # qemu-img: ./disk6.img: Could not preallocate data for the new file: Bad file descriptor # https://bugzilla.redhat.com/1265196 export SKIP_TEST_DISK_CREATE_SH=1 export SKIP_TEST_V2V_OA_OPTION_SH=1 # Skip tests which fail because discard does not work on NFS. export SKIP_TEST_BLKDISCARD_PL=1 export SKIP_TEST_FSTRIM_PL=1 export SKIP_TEST_DISCARD_PL=1 export SKIP_TEST_VIRT_SPARSIFY_IN_PLACE_SH=1 # libguestfs: error: mkfs_btrfs: /dev/sda1: Error: mixed metadata/data block groups require meta...
2020 Jun 04
1
virt-v2v: test-v2v-oa-option.sh: output is not preallocated
...assistance, I'm able to compile virt-v2v 1.42.0 on Debian testing. However, when I run `make check` tests/test-v2v-oa-option.sh fails with the following log: -8<------------------------------------------------------------------ test-v2v-oa-option.sh: info: you can skip this test by setting SKIP_TEST_V2V_OA_OPTION_SH=1 [ 0.0] Opening the source -i libvirt -ic test:///home/kevin/tmp/virt-v2v/test-data/phony-guests/guests.xml windows [ 0.0] Creating an overlay to protect the source from being modified [ 0.2] Opening the overlay [ 33.6] Inspecting the overlay [ 62.1] Checking for sufficient free disk space...
2018 Mar 28
2
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Wed, Mar 28, 2018 at 1:01 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Mar 28, 2018 at 12:33:56PM +0200, Piotr Kliczewski wrote: > > configure: error: Package requirements (jansson >= 2.7) were not met: > > You need to install jansson-devel. > OK, In addition I had to install ocaml-hivex-devel (failed during make) > > Rich. > > -- >
2015 Aug 12
1
[PATCH 1/2] disk-create: Allow preallocation off/metadata/full.
For raw, this allows "off" as a synonym for "sparse" (to make it consistent with qcow2). For qcow2, this allows "sparse" as a synonym for "off". It also adds qcow2 "full" preallocation, which is actually mapped to the qemu option "falloc" (see arguments about this on the qemu-devel mailing list, which we lost). This also updates the
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.