test: add missing test case for .tar container template

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
Link: https://lore.proxmox.com/20251118114900.62955-1-f.schauer@proxmox.com
This commit is contained in:
Filip Schauer
2025-11-18 12:48:54 +01:00
committed by Thomas Lamprecht
parent 035a734463
commit a52a1ef526

View File

@ -48,6 +48,14 @@ my $tests = [
#
# container templates
#
{
description => 'Container template tar',
volname => 'vztmpl/debian-10.0-standard_10.0-1_amd64.tar',
expected => [
'vztmpl', 'debian-10.0-standard_10.0-1_amd64.tar', undef, undef, undef, undef,
'raw',
],
},
{
description => 'Container template tar.gz',
volname => 'vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz',