Skip to content

Commit

Permalink
bump zfs to 15.6 poo#150839
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Dec 1, 2023
1 parent 967905b commit 6327c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/console/zfs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ my $disksize = "100M"; # Size of the test disks
sub get_repository() {
if (is_tumbleweed) {
return 'https://download.opensuse.org/repositories/filesystems/openSUSE_Tumbleweed/filesystems.repo';
} elsif (is_leap("=15.6") || is_sle("=15-SP6")) {
return 'https://download.opensuse.org/repositories/filesystems/15.6/filesystems.repo';
} elsif (is_leap("=15.5") || is_sle("=15-SP5")) {
return 'https://download.opensuse.org/repositories/filesystems/15.5/filesystems.repo';
} elsif (is_leap("=15.4") || is_sle("=15-SP4")) {
Expand Down

0 comments on commit 6327c1d

Please sign in to comment.