Actions
action #134423
closed[qe-core][sle15-sp6]test fails in scc_registration due to nvidia repo is not ready
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2023-08-18
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
openQA test in scenario sle-15-SP6-Online-x86_64-create_hdd_gnome+we@64bit-2gbram fails in
scc_registration
Test suite description¶
image creation job used as parent for other jobs testing based on existing installation. To be used as START_AFTER_TEST=create_hdd_gnome+we
Reproducible¶
Fails since (at least) Build 9.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 over 1 year ago
We have a workaround there for a while in lib/registration.pm
+ elsif (match_has_tag('nvidia-validation-failed')) {
+ # nvidia repos unreliable
+ send_key 'alt-y';
+ record_soft_failure 'bsc#1144831';
+ next;
+ }
For sle15sp6 in alpha [or beta] phase, the nvidia repo may be not available. we may needed to enhance the logic and add more needles here.
Updated by rfan1 about 1 year ago
- Status changed from In Progress to Feedback
Updated by rfan1 about 1 year ago
- Subject changed from [qe-core][sle15-sp5]test fails in scc_registration due to nvidia repo is not ready to [qe-core][sle15-sp6]test fails in scc_registration due to nvidia repo is not ready
Actions