mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00: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:
parent
09ac9e6d3c
commit
3278fd0d3b
@ -696,6 +696,10 @@ int qemuTestDriverInit(virQEMUDriver *driver)
|
|||||||
cfg->vxhsTLSx509certdir = g_strdup("/etc/pki/libvirt-vxhs/dummy,path");
|
cfg->vxhsTLSx509certdir = g_strdup("/etc/pki/libvirt-vxhs/dummy,path");
|
||||||
VIR_FREE(cfg->nbdTLSx509certdir);
|
VIR_FREE(cfg->nbdTLSx509certdir);
|
||||||
cfg->nbdTLSx509certdir = g_strdup("/etc/pki/libvirt-nbd/dummy,path");
|
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);
|
VIR_FREE(cfg->vncSASLdir);
|
||||||
cfg->vncSASLdir = g_strdup("/root/.sasl2");
|
cfg->vncSASLdir = g_strdup("/root/.sasl2");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user