test: vzdump: adapt to new default
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
aa0d7feb85
commit
a0e82d914b
4
debian/control
vendored
4
debian/control
vendored
@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12~),
|
||||
libpve-cluster-api-perl,
|
||||
libpve-cluster-perl (>= 6.1-6),
|
||||
libpve-common-perl,
|
||||
libpve-guest-common-perl (>= 3.0-8~),
|
||||
libpve-guest-common-perl (>= 4.0-2~),
|
||||
libpve-http-server-perl (>= 2.0-12),
|
||||
libpve-storage-perl (>= 6.3-2),
|
||||
libtemplate-perl,
|
||||
@ -52,7 +52,7 @@ Depends: apt-transport-https | apt (>= 1.5~),
|
||||
libpve-cluster-api-perl,
|
||||
libpve-cluster-perl (>= 6.1-6),
|
||||
libpve-common-perl (>= 6.2-2),
|
||||
libpve-guest-common-perl (>= 3.1-5),
|
||||
libpve-guest-common-perl (>= 4.0-2),
|
||||
libpve-http-server-perl (>= 3.2-1),
|
||||
libpve-storage-perl (>= 6.3-6),
|
||||
librados2-perl,
|
||||
|
@ -92,9 +92,9 @@ my @tests = (
|
||||
description => 'no params',
|
||||
expected => {
|
||||
'prune-backups' => {
|
||||
'keep-last' => 1,
|
||||
'keep-all' => 1,
|
||||
},
|
||||
remove => 1,
|
||||
remove => 0,
|
||||
},
|
||||
},
|
||||
# TODO make parse error critical?
|
||||
@ -105,9 +105,9 @@ my @tests = (
|
||||
},
|
||||
expected => {
|
||||
'prune-backups' => {
|
||||
'keep-last' => 1,
|
||||
'keep-all' => 1,
|
||||
},
|
||||
remove => 1,
|
||||
remove => 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user