Project

General

Profile

Actions

action #153430

open

[ALP][functional] test fails in host_config

Added by zluo 4 months ago. Updated 4 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2024-01-11
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

found out that there is wrong format in setting for
REPO_SLE_ALP {"ALP-Dolomite-1.0-x86_64-Build10.13-Media1","ALP-Dolomite-Unsupported-1.0-x86_64-Build10.13-Media1"}

Observation

openQA test in scenario alp-1.0-Dolomite-Default-x86_64-alp_ignition@64bit fails in
host_config

Test suite description

Extended test for ignition provisioning only

Reproducible

Fails since (at least) Build 9.2

Expected result

Last good: 7.95 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by zluo 4 months ago

the question is where to find this setting 'REPO_SLE_ALP'.

Actions #2

Updated by jlausuch 4 months ago

zluo wrote in #note-1:

the question is where to find this setting 'REPO_SLE_ALP'.

That setting is actually in the obs sync script, and for some reason it's duplicated in the isos post:

/usr/bin/openqa-cli api -X post isos?async=1 \
 ARCH=x86_64 \
 ASSET_256=ALP-Dolomite.x86_64-1.0-Default-Build10.13.raw.xz.sha256 \
 BUILD=10.13 \
 CHECKSUM_HDD_1=$(cut -b-64 /var/lib/openqa/factory/other/ALP-Dolomite.x86_64-1.0-Default-Build10.13.raw.xz.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
 DISTRI=alp \
 FLAVOR=Dolomite-Default \
 HDD_1=ALP-Dolomite.x86_64-1.0-Default-Build10.13.raw.xz \
 REPO_10=ALP-Dolomite-1.0-x86_64-Build10.13-Media1.license \
 REPO_11=ALP-Dolomite-Unsupported-1.0-x86_64-Build10.13-Media1 \
 REPO_9=ALP-Dolomite-1.0-x86_64-Build10.13-Media1 \
 REPO_SLE_ALP=ALP-Dolomite-1.0-x86_64-Build10.13-Media1 \
 REPO_SLE_ALP=ALP-Dolomite-Unsupported-1.0-x86_64-Build10.13-Media1 \
 VERSION=1.0 \
 _DEPRIORITIZEBUILD=1

One thing we need to do here is to run the SCC registration and maybe stop adding any additional tests.

Actions #3

Updated by zluo 4 months ago

@jlausuch thanks!
can you assign this ticket to someone who is responsible for this setting?

Actions

Also available in: Atom PDF