Project

General

Profile

Actions

action #34465

closed

[sle][migration][sle15] test fails in patch_before_migration -- wait some time to uncheck scc-beta-filter-checkbox

Added by leli about 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2018-04-08
Due date:
% Done:

100%

Estimated time:
Difficulty:

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

Actions #1

Updated by leli about 6 years ago

  • 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
Actions #2

Updated by qmsu about 6 years ago

  • 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?)
Actions #3

Updated by qmsu almost 6 years ago

  • Assignee set to qmsu
Actions #4

Updated by qmsu almost 6 years ago

  • 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.

Actions #6

Updated by qmsu almost 6 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 60
Actions #7

Updated by qmsu almost 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 60 to 100

Verified with latest build, such as test run for ppc64le:
https://openqa.suse.de/tests/1647279#step/patch_sle/26

Actions

Also available in: Atom PDF