action #25516
[QAM] test fails in command_not_found - the yelp package is installed
0%
Description
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-Updates-x86_64-mau-extratests@64bit fails in
command_not_found
The command_not_found test now uses the yelp package, which is present and installed on SLE 12 SP3, thus producing a different result than expected:
```Program 'yelp' is present in package 'yelp', which is installed on your system.
Absolute path to 'yelp' is '/usr/bin/yelp'. Please check your $PATH variable to see whether it contains the mentioned path.```
Previously, this test used the xosview package, which returned the following instead:
```The program 'xosview' can be found in following packages:
--[snip]--
Try installing with:
sudo zypper install xosview```
Assume this is related to recent PR#3617
Reproducible¶
Fails since (at least) Build 20170921-1 (current job)
Expected result¶
Last good: 20170922-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#1
Updated by okurz over 5 years ago
- Assignee set to jorauch
- Priority changed from Normal to Urgent
#2
Updated by jorauch over 5 years ago
- Status changed from New to In Progress
- Priority changed from Urgent to Normal
PR created:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3619
Still waiting for my verification runs to finish
#3
Updated by jorauch over 5 years ago
- Status changed from In Progress to Feedback
Merged and retriggered:
https://openqa.suse.de/tests/1181965#
#4
Updated by vsvecova over 5 years ago
- Status changed from Feedback to Resolved
The fix worked for maintenance tests - there have been no issues since.
https://openqa.suse.de/tests/latest?flavor=Server-DVD-Updates&arch=x86_64&test=mau-extratests&distri=sle&version=12-SP3&machine=64bit#previous
Thank you, jorauch!