action #34465
closed
[sle][migration][sle15] test fails in patch_before_migration -- wait some time to uncheck scc-beta-filter-checkbox
Added by leli almost 7 years ago.
Updated almost 7 years ago.
Category:
Bugs in existing tests
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-ppc64le-media_upgrade_sles12sp3+ha+sdk_allpatterns@ppc64le fails in
patch_before_migration
Reproducible¶
Fails since (at least) Build 550.2 (current job)
Expected result¶
Last good: 547.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
- Subject changed from test fails in patch_before_migration -- scc-module-ha not be selected may for the 'spc' key sent twice to [sle][migration][sle15] test fails in patch_before_migration -- scc-module-ha not be selected may for the 'spc' key sent twice
- Subject changed from [sle][migration][sle15] test fails in patch_before_migration -- scc-module-ha not be selected may for the 'spc' key sent twice to [sle][migration][sle15] test fails in patch_before_migration -- HA isn't selected by the 'spc' key (next key sent too fast?)
- Subject changed from [sle][migration][sle15] test fails in patch_before_migration -- HA isn't selected by the 'spc' key (next key sent too fast?) to [sle][migration][sle15] test fails in patch_before_migration -- wait some time to uncheck scc-beta-filter-checkbox
The issue is on code bellow:
if (get_var('SCC_ADDONS')) {
if (check_screen('scc-beta-filter-checkbox', 5)) {
if (get_var('SP3ORLATER')) {
send_key 'alt-i'; # uncheck 'Hide Beta Versions'
}
else {
send_key 'alt-f'; # uncheck 'Filter Out Beta Version'
}
}
we need some time to make sure 'Hide Beta Versions' unchecked before going forward, otherwise it will cause problem like this failure: we thought scc-module-area-selected area is activated but send_key 'alt-i';
brings the cursor back to scc-beta-filter-checkbox area.
- Status changed from New to In Progress
- % Done changed from 0 to 60
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
Also available in: Atom
PDF