Support reading from snapshots encrypted with different keys

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:10:10 +03:00
parent 3cf876fafa
commit 7f5c24144b
13 changed files with 322 additions and 140 deletions
+4
View File
@@ -42,6 +42,10 @@ for my $line (<>)
{
$test_name .= '_https';
}
elsif ($1 eq 'ENCRYPTED')
{
$test_name .= '_encrypted';
}
elsif ($1 eq 'OLD')
{
$test_name =~ s/^test_/test_old_/s;