Skip to content

Commit

Permalink
Merge pull request #19617 from dzedro/lifecycle
Browse files Browse the repository at this point in the history
zypper_lifecycle: Update module exceptions
  • Loading branch information
dzedro committed Jun 27, 2024
2 parents e17d2fe + 960f233 commit 17f2cb6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/console/zypper_lifecycle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,10 @@ our $date_re = qr/[0-9]{4}-[0-9]{2}-[0-9]{2}/;

sub lifecycle_output_check {
my $output = shift;
if (is_sle('=15-sp1') && $output =~ /Python 2 Module.*2021-07-3(0|1)/) {
if (is_sle('=15-sp3') && $output =~ /Python 2 Module.*2021-07-3(0|1)/) {
record_info 'poo#129026';
return;
}
# https://suse.slack.com/archives/C02D16TCP99/p1688366603014179
if (is_sle('=15-sp3') && $output =~ /Containers Module.*2023-06-30/) {
record_soft_failure 'jsc#MSC-658';
return;
}
if (get_var('SCC_REGCODE_LTSS')) {
if ($output =~ /No products.*before/) {
record_info('Softfail', "poo#95593 https://jira.suse.com/browse/MSC-70");
Expand Down

0 comments on commit 17f2cb6

Please sign in to comment.