Skip to content

Commit

Permalink
Remove softfail for #bsc992113
Browse files Browse the repository at this point in the history
  • Loading branch information
hjluo committed Jan 11, 2024
1 parent f00a806 commit 5c03f99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/y2lan_restart_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,7 @@ sub check_network_status {
$expected_status //= 'no_restart_or_reload';
assert_screen 'yast2_closed_xterm_visible', 120;
assert_script_run 'ip a';
if ($device eq 'bond') {
record_soft_failure 'bsc#992113';
}
else {
assert_script_run 'dig suse.com|grep \'status: NOERROR\''; # test if conection and DNS is working
}
assert_script_run 'dig suse.com|grep \'status: NOERROR\'';
assert_script_run 'cat journal.log'; # print journal.log
my $journal_findings = script_output('cat journal.log');
record_info "$expected_status", "Network status expects $expected_status";
Expand Down

0 comments on commit 5c03f99

Please sign in to comment.