]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Set more TLSx509certdirs
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Mar 2023 17:35:31 +0000 (18:35 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Mar 2023 13:35:35 +0000 (14:35 +0100)
We were missing a couple.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/testutilsqemu.c

index b093df8d9ed4e7555ba8d3fdac0889d4d1c39dd5..6039a000257c03644764bcd0c87d4db062791c73 100644 (file)
@@ -696,6 +696,10 @@ int qemuTestDriverInit(virQEMUDriver *driver)
     cfg->vxhsTLSx509certdir = g_strdup("/etc/pki/libvirt-vxhs/dummy,path");
     VIR_FREE(cfg->nbdTLSx509certdir);
     cfg->nbdTLSx509certdir = g_strdup("/etc/pki/libvirt-nbd/dummy,path");
+    VIR_FREE(cfg->migrateTLSx509certdir);
+    cfg->migrateTLSx509certdir = g_strdup("/etc/pki/libvirt-migrate");
+    VIR_FREE(cfg->backupTLSx509certdir);
+    cfg->backupTLSx509certdir = g_strdup("/etc/pki/libvirt-backup");
 
     VIR_FREE(cfg->vncSASLdir);
     cfg->vncSASLdir = g_strdup("/root/.sasl2");