action #26966
closed[sle][functional][smt][sle15] test suite "smt" hardcodes SCC_REGURL pointing to Server -> need to adapt
0%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-smt@64bit fails in first boot because the regurl points to "Server-*" which is invalid for SLE15 with all its modules, E.g. see the regurl in
scc_registration
Reproducible¶
Fails every time reproducibly since the regurl is not pointing to a valid entry for SLE15.
Expected result¶
Last good: SLE 12 SP3 GM
Actually we had a SLE15 job that proceeded further which is https://openqa.suse.de/tests/1193328 in build 280.1 before the rename "leanos" -> "installer" because we used the "workaround modules" added as custom repos during installation.
Acceptance criteria¶
- AC1: Test still works for SLE12 (e.g. SP3/SP4)
- AC2: Test is adapted for SLE15 or disregarded with proper reasoning
Problem¶
The test suite specifies the SCC_URL which should only be set by the medium or within the test code itself as we do for SLE15 tests already correctly in products/sle/main.pm
Suggestions¶
- Find out if SMT as a software is still supported to be run on SLE15 or only "for" SLE15 (1-4h)
- Adapt existing tests or don't trigger for SLE15 and only prepare for RMT (1-8h)
Further details¶
Always latest result in this scenario: latest
Updated by okurz about 7 years ago
- Related to action #25722: [migration] a simple installation with SMT added
Updated by okurz about 7 years ago
- Description updated (diff)
- Status changed from New to In Progress
workable
Updated by okurz about 7 years ago
- Priority changed from Normal to High
failing reproducibly in our current builds: https://openqa.suse.de/tests/1236442#
Updated by okurz about 7 years ago
- Subject changed from [sle][functional][smt][sle15] test sute "smt" hardcodes SCC_REGURL pointing to Server -> need to adapt to [sle][functional][smt][sle15] test suite "smt" hardcodes SCC_REGURL pointing to Server -> need to adapt
Updated by okurz about 7 years ago
- Priority changed from High to Normal
Removed test scenario from functional group and moved to test development for now
Updated by JWSun almost 7 years ago
I think it can fixed with PR4023, https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4023
Updated by JWSun almost 7 years ago
- Status changed from In Progress to Resolved
- Assignee set to JWSun
Add SMT_URL for smt installation case.