[libvirt] [tck PATCH v2 08/13] scripts: skip luks test entirely for now

Laine Stump laine at laine.org
Sat Jun 2 01:07:03 UTC 2018


On 05/21/2018 12:46 PM, Daniel P. Berrangé wrote:
> Libvirt support for luks-inside-qcow2 is not quite ready yet.
>
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

Reviewed-by: Laine Stump <laine at laine.org>

> ---
>  scripts/qemu/100-disk-encryption.t | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/scripts/qemu/100-disk-encryption.t b/scripts/qemu/100-disk-encryption.t
> index 3b1651a..32e2adf 100644
> --- a/scripts/qemu/100-disk-encryption.t
> +++ b/scripts/qemu/100-disk-encryption.t
> @@ -42,6 +42,7 @@ END { $tck->cleanup if $tck; }
>  
>  SKIP: {
>      skip "Only relevant to QEMU driver", 8 unless $conn->get_type() eq "QEMU";
> +    skip "Libvirt LUKS support isn't ready", 8;
>  
>  my $dir = $tck->bucket_dir("300-disk-encryption");
>  my $disk = catfile($dir, "demo.qcow2");





More information about the libvir-list mailing list