* [pve-devel] [PATCH storage] test: add missing test case for .tar container template
@ 2025-11-18 11:48 Filip Schauer
2025-11-18 12:00 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Filip Schauer @ 2025-11-18 11:48 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
---
src/test/parse_volname_test.pm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/test/parse_volname_test.pm b/src/test/parse_volname_test.pm
index e2409d6..5c9478a 100644
--- a/src/test/parse_volname_test.pm
+++ b/src/test/parse_volname_test.pm
@@ -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',
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-18 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-18 11:48 [pve-devel] [PATCH storage] test: add missing test case for .tar container template Filip Schauer
2025-11-18 12:00 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox