Skip to content

Commit

Permalink
Record soft failure when encountering unexpected situations
Browse files Browse the repository at this point in the history
- If we're online but still get release notes from RPM then we
  just soft-fail.
- Soft failure will have a reference to poo#97316
  • Loading branch information
rakoenig committed Sep 17, 2021
1 parent 81671f3 commit 0e43e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/releasenotes_origin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sub run {
enter_cmd "grep -o \"Got release notes.*\" /var/log/YaST2/y2log";
assert_screen [qw(got-releasenotes-RPM got-releasenotes-URL)];
unless (match_has_tag "got-releasenotes-$src") {
die "Release notes source does NOT match expectaions or not found in YaST logs, expected source: $src";
record_soft_failure("poo#97316: Release notes source does NOT match expectations or not found in YaST logs, expected source: $src");
}
enter_cmd "exit";
# If we don't have system role screen, release notes origin is verified on partitioning screen
Expand Down

0 comments on commit 0e43e35

Please sign in to comment.