Actions
action #35563
closed[sle][migration][sle15] Remove the workaround of bsc#1070233
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
Updated by qmsu over 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";
Updated by JWSun over 6 years ago
- Status changed from New to In Progress
- Priority changed from Normal to High
- % Done changed from 0 to 50
Updated by maritawerner over 6 years ago
JWSun, thanks for fixing that so quickly! I hope we can see our first green migration testcase soon ;-)
Updated by okurz over 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