Support reading from snapshots encrypted with different keys

This commit is contained in:
Vitaliy Filippov
2026-03-20 21:00:32 +03:00
parent e6c3f4c6f4
commit de7edfd31d
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;