search for: skip_test_disk_create_sh

Displaying 3 results from an estimated 3 matches for "skip_test_disk_create_sh".

2018 Mar 28
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
...s >= 4.2 export SKIP_TEST_VFS_MINIMUM_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 met...
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. > > -- >
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.