mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
tests: Set more TLSx509certdirs
We were missing a couple. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user