From 25a28fa47794990fff576ecc0549b65b73b0f546 Mon Sep 17 00:00:00 2001 From: Yingshun Cui Date: Tue, 5 Nov 2024 09:32:18 +0800 Subject: [PATCH] migrate_vm: Fixup umount failure To avoid clearing the nfs environment twice, clear storage_type in the test to skip setup/cleanup nfs parts. Signed-off-by: Yingshun Cui --- libvirt/tests/cfg/migration/migrate_vm.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/tests/cfg/migration/migrate_vm.cfg b/libvirt/tests/cfg/migration/migrate_vm.cfg index 47591e3cd0..646c8a4478 100644 --- a/libvirt/tests/cfg/migration/migrate_vm.cfg +++ b/libvirt/tests/cfg/migration/migrate_vm.cfg @@ -11,10 +11,10 @@ client_user = "root" client_pwd = "${migrate_source_pwd}" start_vm = "no" + storage_type = transport = "ssh" port = "22" client = "ssh" - start_vm = "no" ssh_port = "${port}" # setup NFS test environment nfs_client_ip = "${server_ip}"