action #20716
[qam] test fails in zypper_info triggered on incidents -> needs adaption of pattern match
Start date:
2017-07-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-12-SP2-Server-DVD-Incidents-x86_64-mau-extratests@64bit fails in
zypper_info
Reproducible¶
Fails since (at least) Build :136036.apache2.5205
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#1
Updated by okurz almost 6 years ago
- Subject changed from [qam] test fails in zypper_info to [qam] test fails in zypper_info triggered on incidents -> needs adaption of pattern match
- Assignee set to coolo
coolo was playing with triggering extra tests on incidents as well
the zypper info problems is merely again incomplete matching on flavor -> https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/console/zypper_info.pm#L52
#2
Updated by pcervinka almost 6 years ago
- Status changed from New to In Progress
- Assignee changed from coolo to pcervinka
Discussed the issue with osukup and the solution should be quick:
- if (get_var('FLAVOR') =~ /-Updates$/) {
- if (get_var('FLAVOR') =~ /-Updates$|-Incidents$/) {
#3
Updated by pcervinka almost 6 years ago
- % Done changed from 0 to 90
Fix verified and submitted: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3330
#4
Updated by pcervinka almost 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Fix was merged and is working fine.