action #109100
closedApply workaround for bsc#1191112 in addon_products_via_SCC_yast2
0%
Description
Motivation¶
openQA test in scenario sle-15-SP4-Online-x86_64-sles+sdk+proxy_SCC_via_YaST@64bit fails in
addon_products_via_SCC_yast2
and we already have a workaround available to be able to see the right screen. Notice the title "Registration" is correct but not the whole content of the screen.
Acceptance criteria¶
AC1: Apply workaround for bsc#1191112 in this test suite.
Suggestion¶
Use workaround in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14342
Observation¶
Contributors are piling up conditions as usual:
if (is_sle('15-SP4+') && (get_var('VIDEOMODE', '') !~ /text|ssh-x/) && !(get_var('PUBLISH_HDD_1') || check_var('SLE_PRODUCT', 'hpc'))) {
We need to narrow the condition to the installed system. Please, ping creator of the second part of the condition above for verification in other job groups.
Updated by JERiveraMoya over 2 years ago
- Project changed from openQA Tests to qe-yam
- Category deleted (
Bugs in existing tests) - Target version set to Current
Updated by JERiveraMoya over 2 years ago
- Tags deleted (
qe-yast-refinement) - Status changed from New to Workable
Updated by JERiveraMoya over 2 years ago
- Priority changed from High to Normal
Perhaps it is sporadic, lowering the priority.
https://openqa.suse.de/tests/8571127#step/addon_products_via_SCC_yast2/19
Updated by JERiveraMoya over 2 years ago
- Status changed from Workable to Rejected
workaround is applied, we have ticket to improve it: https://progress.opensuse.org/issues/109762