Support reading from snapshots encrypted with different keys

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:40 +03:00
parent ca608d0b87
commit cc6e531410
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;