We were missing a couple. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- tests/testutilsqemu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c index 9b6be28fa1..1ce76ac855 100644 --- a/tests/testutilsqemu.c +++ b/tests/testutilsqemu.c @@ -693,6 +693,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"); -- 2.39.2