[pve-devel] [PATCH qemu-server 09/10] tests: update remaining tests to new snapshot paths
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jul 29 13:15:51 CEST 2025
The snapshot path wasn't covered by the previous scripted update, so
changing this one manually.
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/test/run_qemu_img_convert_tests.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/run_qemu_img_convert_tests.pl b/src/test/run_qemu_img_convert_tests.pl
index cfb1586f..d97c0bd0 100755
--- a/src/test/run_qemu_img_convert_tests.pl
+++ b/src/test/run_qemu_img_convert_tests.pl
@@ -524,7 +524,7 @@ my $tests = [
"qcow2",
"-O",
"raw",
- "/var/lib/vzsnapext/images/$vmid/snap-foo-vol-vm-$vmid-disk-0.qcow2",
+ "/var/lib/vzsnapext/vms/$vmid/snap-foo-vol-vm-$vmid-disk-0.qcow2",
"/var/lib/vz/vms/$vmid/vol-vm-$vmid-disk-0.raw",
],
},
--
2.47.2
More information about the pve-devel
mailing list