Project

General

Profile

Actions

action #35563

closed

[sle][migration][sle15] Remove the workaround of bsc#1070233

Added by qmsu almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2018-04-26
Due date:
% Done:

50%

Estimated time:
Difficulty:

Description

The issue has been recently, please the remove the workaround from test code:
https://bugzilla.suse.com/show_bug.cgi?id=1070233

Actions #1

Updated by sunyan almost 6 years ago

  • Assignee set to dehai
Actions #2

Updated by qmsu almost 6 years ago

Try following fix when the fix is integrated in SLE 15 image:

diff --git a/tests/installation/disable_grub_timeout.pm b/tests/installation/disable_grub_timeout.pm
index 422506dc..2ade71bb 100644
--- a/tests/installation/disable_grub_timeout.pm
+++ b/tests/installation/disable_grub_timeout.pm
@@ -30,11 +30,6 @@ sub run {
return;
}
-    # Workaround for bsc#1070233: not update "Booting" option in upgrade mode
-    if (get_var('UPGRADE') && (!is_sle('<15') || !is_leap('<15.0'))) {
-        return record_soft_failure('bsc#1070233: Error if click on Booting option');
-    }
-
# Verify Installation Settings overview is displayed as starting point
assert_screen "installation-settings-overview-loaded";
Actions #3

Updated by JWSun almost 6 years ago

  • Status changed from New to In Progress
  • Priority changed from Normal to High
  • % Done changed from 0 to 50
Actions #4

Updated by JWSun almost 6 years ago

  • Assignee changed from dehai to JWSun
Actions #5

Updated by maritawerner almost 6 years ago

JWSun, thanks for fixing that so quickly! I hope we can see our first green migration testcase soon ;-)

Actions #6

Updated by okurz almost 6 years ago

  • Status changed from In Progress to Resolved

PR merged, I retriggered one migration test which passed this step in https://openqa.suse.de/tests/1675745#step/disable_grub_timeout/8 so a new build should also not show this soft-fail reference anymore.

Actions

Also available in: Atom PDF