[pve-devel] [PATCH container 2/4] tests: fix broken snapshot delete tests
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed May 17 12:14:13 CEST 2017
these broke when the additonal "snapshot-delete" lock was
introduced.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
src/test/snapshot-expected/delete/lxc/201.conf | 1 +
src/test/snapshot-expected/delete/lxc/203.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/test/snapshot-expected/delete/lxc/201.conf b/src/test/snapshot-expected/delete/lxc/201.conf
index b010dfb..ae796e0 100644
--- a/src/test/snapshot-expected/delete/lxc/201.conf
+++ b/src/test/snapshot-expected/delete/lxc/201.conf
@@ -2,6 +2,7 @@ arch: amd64
cpulimit: 1
cpuunits: 1024
hostname: test
+lock: snapshot-delete
memory: 2048
net0: bridge=vmbr0,hwaddr=12:34:56:78:90:12,ip=dhcp,ip6=dhcp,name=eth0,type=veth
ostype: redhat
diff --git a/src/test/snapshot-expected/delete/lxc/203.conf b/src/test/snapshot-expected/delete/lxc/203.conf
index 46233d5..0e16c74 100644
--- a/src/test/snapshot-expected/delete/lxc/203.conf
+++ b/src/test/snapshot-expected/delete/lxc/203.conf
@@ -2,6 +2,7 @@ arch: amd64
cpulimit: 1
cpuunits: 1024
hostname: test
+lock: snapshot-delete
memory: 2048
mp0: local:unsnapshotable-disk-1,mp=/invalid/mountpoint
net0: bridge=vmbr0,hwaddr=12:34:56:78:90:12,ip=dhcp,ip6=dhcp,name=eth0,type=veth
--
2.1.4
More information about the pve-devel
mailing list