action #18840
closed[qam][x11regressions]test fails in install_patterns - dependency conflict between xen-tools and xen-tools-domU --> adapt test
100%
Description
Observation¶
openQA test in scenario sle-12-SP2-Server-DVD-Incidents-x86_64-qam-minimal-full@64bit fails in
install_patterns
Reproducible¶
Fails since (at least) Build :131856.xen.4684
Fails always.
Expected result¶
Last good: :131832.MozillaFirefox.4602 (or more recent)
There seems to be bug in the test when xen-tools and xen-tools-domU are being installed but they conflict each other and cannot be simultaneously installed.
Further details¶
Always latest result in this scenario: latest
Updated by okurz over 7 years ago
- Has duplicate action #18870: [qam][x11regressions]test fails in install_patterns with package conflict between xen-tools and xen-tools-domU added
Updated by okurz over 7 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: qam-minimal-full
https://openqa.suse.de/tests/1016842
Updated by pluskalm over 7 years ago
- Status changed from New to In Progress
- Assignee set to pcervinka
- Priority changed from Normal to High
Updated by pluskalm over 7 years ago
- Assignee changed from pcervinka to vsvecova
Updated by vsvecova over 7 years ago
- % Done changed from 0 to 50
I opted for simply excluding the -domU package from packages to install in order to avoid the installation conflict.
It is hardcoded and not especially pretty, but seems to work.
As a consequence, it however only tests the installation of the xen-tools package, not xen-tools-domU.
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3190
Passing on SP2: http://dreamyhamster.suse.cz/tests/303
Updated by vsvecova over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Passed:
SP1: https://openqa.suse.de/tests/1039070#step/install_patterns/33
GA: https://openqa.suse.de/tests/1039071#step/install_patterns/36
(As coolo noted, it is expected that all the logic in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/lsmfip#L137
will be soon duplicated; not just domU.)