Project

General

Profile

Actions

action #80220

closed

test choses wrong product for installation

Added by syrianidou_sofia over 3 years ago. Updated over 3 years ago.

Status:
Rejected
Priority:
High
Assignee:
Target version:
SUSE QA - SLE 15 SP3
Start date:
2020-11-23
Due date:
% Done:

0%

Estimated time:

Description

Observation

For full iso on x86_64 and ppc, the products have changed, so the shortcuts for product selection during "Welcome" page have also changed.

So far, the shortcuts are chosen based on the code:

sub get_product_shortcuts {
    # We got new products in SLE 15 SP1
    if (is_sle '15-SP1+') {
        return (
            sles => (is_ppc64le() || is_s390x()) ? 'u'
            : is_aarch64() ? 's'
            : 'i',
            sled => 'x',
            sles4sap => is_ppc64le() ? 'i'
            : (is_sle('15-SP2+') && is_x86_64()) ? 't'
            : 'p',
            hpc => is_x86_64() ? 'g' : 'u',
            rt  => is_x86_64() ? 't' : undef
        );
    }

openQA test in scenario sle-15-SP3-Full-ppc64le-textmode_installation_minimal_role@ppc64le fails in
welcome

Reproducible

Fails since (at least) Build 85.2

Expected result

Last good: 78.1 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by syrianidou_sofia over 3 years ago

  • Project changed from openQA Tests to qe-yam
  • Category deleted (Bugs in existing tests)
Actions #2

Updated by riafarov over 3 years ago

  • Target version set to SLE 15 SP3
Actions #3

Updated by riafarov over 3 years ago

  • Status changed from New to Rejected
  • Assignee set to riafarov

We got SUSE Manager product gone and now it's back, so no need to adjustments.

Actions

Also available in: Atom PDF