Project

General

Profile

Actions

action #113689

open

[qe-sap] Incorrect shortcut key in welcome text mode for 15SP4 SLES Full installation

Added by dawei_pang almost 2 years ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2022-07-18
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

This issues are observed both on x86_64 and PowerPC platform for 15SP4 SLES Full installation.
Expected: SUSE Linux Enterprise Server 15 SP4 (shortcut key = s)
Actual:
PowerPC -> SUSE Linux Enterprise Server for SAP Applications 15 SP4 (shortcut key = u)
x86_64 -> SUSE Linux Enterprise Server for SAP Applications 15 SP4 (shortcut key = i)

openQA test in scenario sle-15-SP4-Full-x86_64-build_install_hana@64bit-ipmi-hana01 fails in
welcome

openQA test in scenario sle-15-SP4-Full-ppc64le-build_install_hana@ppc64le_blackcurrant_2 fails in
welcome

Test suite description

15SP4 Full installation text mode

Reproducible

Fails since (at least) Build GM (current job)
Fails since (at least) Build GM (current job)

Expected result

Send correct shortcut key:
Expected: SUSE Linux Enterprise Server 15 SP4 (shortcut key = s)

Actions #1

Updated by dzedro almost 2 years ago

As the ipmi test does not use ISO but REPO_0, just extending the condition should be enough.

-        return (sles => 's') if (get_var('ISO') =~ /Full/ && is_ppc64le() && get_var('NTLM_AUTH_INSTALL'));
+        return (sles => 's') if ((get_var('ISO') || get_var('REPO_0')) =~ /Full/ && is_ppc64le() && get_var('NTLM_AUTH_INSTALL'));
Actions #2

Updated by maritawerner almost 2 years ago

  • Subject changed from Incorrect shortcut key in welcome text mode for 15SP4 SLES Full installation to [qe-sap] Incorrect shortcut key in welcome text mode for 15SP4 SLES Full installation
Actions #3

Updated by rbranco over 1 year ago

  • Status changed from New to Resolved

Closing as expired/non-issue.

Actions #4

Updated by dawei_pang over 1 year ago

  • Status changed from Resolved to New

This issue is not fixed so far, I would like to change it to New

Actions #5

Updated by cachen over 1 year ago

This change impact VT-Performance test case on SLE15SP4 as well.

The latest update was in https://github.com/os-autoinst/os-autoinst-distri-opensuse/commit/431abc0eb444141cbd7fcfb9c9313be866e72367

I am not the expert, but does it make sense to add condition for FLAVOR as well?

: ((is_sle '15-SP4+') && (get_var('ISO') || get_var('FLAVOR') =~ /Full/)) ? 's'
: 'i',

@dzedro what do you think?

Actions #6

Updated by slo-gin about 1 month ago

This ticket was set to Normal priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.

Actions

Also available in: Atom PDF