mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 15:43:52 +00:00
tests: fix broken snapshot delete tests
these broke when the additional "snapshot-delete" lock was introduced Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
8cab75a755
commit
941997a10d
@ -2,6 +2,7 @@ bootdisk: ide0
|
||||
cores: 4
|
||||
ide0: local:unsnapshotable-disk-1,discard=on,size=32G
|
||||
ide2: none,media=cdrom
|
||||
lock: snapshot-delete
|
||||
memory: 8192
|
||||
name: win
|
||||
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
||||
|
@ -2,6 +2,7 @@ bootdisk: ide0
|
||||
cores: 4
|
||||
ide0: local:snapshotable-disk-1,discard=on,size=32G
|
||||
ide2: none,media=cdrom
|
||||
lock: snapshot-delete
|
||||
memory: 8192
|
||||
name: win
|
||||
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
||||
|
Loading…
Reference in New Issue
Block a user