| Summary: | RHEL7 does not include python-virtinst required by FV tests | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Greg Nichols <gnichols> | ||||
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.7.0 | CC: | bbrock, brose, qcai, rlandry | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | hwcert-client 1.7.0-63 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-13 15:10:28 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1016295 | ||||||
| Attachments: |
|
||||||
|
Description
Greg Nichols
2013-10-11 16:00:13 UTC
It looks like the package for virt-install in RHEL7 is "virt-install". Created attachment 821177 [details]
patch to change plan-time requires for fv from python-virtinst to virt-install
verified in virt-install-0.10.0-7.el7.noarch $ yum provides */*virt-inst* ... Matched from: Filename : /mnt/tests/kernel/xen/install/virt-install-u1.patch Filename : /mnt/tests/kernel/xen/install/virt-install.patch virt-install-0.10.0-7.el7.noarch : Utilities for installing virtual machines Repo : beaker-Server Matched from: Filename : /usr/share/man/man1/virt-install.1.gz Filename : /usr/bin/virt-install Filename : /usr/share/virt-manager/virt-install $ rpm -q virt-install virt-install-0.10.0-7.el7.noarch $ echo $? 0 |