Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread Laine Stump
On 2/11/19 6:12 AM, Daniel P. Berrangé wrote: On Mon, Feb 11, 2019 at 06:10:38AM -0500, Laine Stump wrote: On Mon, Feb 11, 2019, 5:47 AM Daniel P. Berrangé wrote: On Thu, Feb 07, 2019 at 10:08:28PM -0500, Laine Stump wrote: RHEL8 has dropped support for qcow1 format images, so skip the

Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread Daniel P . Berrangé
On Mon, Feb 11, 2019 at 07:14:26AM -0500, John Ferlan wrote: > > > On 2/11/19 6:12 AM, Daniel P. Berrangé wrote: > > On Mon, Feb 11, 2019 at 06:10:38AM -0500, Laine Stump wrote: > >> On Mon, Feb 11, 2019, 5:47 AM Daniel P. Berrangé > >> wrote: > >> > >>> On Thu, Feb 07, 2019 at 10:08:28PM

Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread John Ferlan
On 2/11/19 6:12 AM, Daniel P. Berrangé wrote: > On Mon, Feb 11, 2019 at 06:10:38AM -0500, Laine Stump wrote: >> On Mon, Feb 11, 2019, 5:47 AM Daniel P. Berrangé >> wrote: >> >>> On Thu, Feb 07, 2019 at 10:08:28PM -0500, Laine Stump wrote: RHEL8 has dropped support for qcow1 format images,

Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread Daniel P . Berrangé
On Mon, Feb 11, 2019 at 06:10:38AM -0500, Laine Stump wrote: > On Mon, Feb 11, 2019, 5:47 AM Daniel P. Berrangé > wrote: > > > On Thu, Feb 07, 2019 at 10:08:28PM -0500, Laine Stump wrote: > > > RHEL8 has dropped support for qcow1 format images, so skip the tests > > > related to creating/cloning

Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread Laine Stump
On Mon, Feb 11, 2019, 5:47 AM Daniel P. Berrangé wrote: > On Thu, Feb 07, 2019 at 10:08:28PM -0500, Laine Stump wrote: > > RHEL8 has dropped support for qcow1 format images, so skip the tests > > related to creating/cloning qcow1 images (based on the output of > > qemu-img -help). > > > >

Re: [libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-11 Thread Daniel P . Berrangé
On Thu, Feb 07, 2019 at 10:08:28PM -0500, Laine Stump wrote: > RHEL8 has dropped support for qcow1 format images, so skip the tests > related to creating/cloning qcow1 images (based on the output of > qemu-img -help). > > Signed-off-by: Laine Stump > --- > scripts/storage/100-create-vol-dir.t |

[libvirt] [tck PATCH 1/4] storage: skip qcow1 tests when qcow1 isn't supported by qemu-img

2019-02-07 Thread Laine Stump
RHEL8 has dropped support for qcow1 format images, so skip the tests related to creating/cloning qcow1 images (based on the output of qemu-img -help). Signed-off-by: Laine Stump --- scripts/storage/100-create-vol-dir.t | 22 - scripts/storage/200-clone-vol-dir.t | 48