Bug 2216102
| Summary: | update to version 23.6 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Gerd Hoffmann <kraxel> |
| Component: | python-virt-firmware | Assignee: | Gerd Hoffmann <kraxel> |
| Status: | VERIFIED --- | QA Contact: | Xueqiang Wei <xuwei> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9.3 | CC: | yfu |
| Target Milestone: | rc | Keywords: | RFE, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-virt-firmware-23.6-2.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gerd Hoffmann
2023-06-20 06:35:47 UTC
QE bot(pre verify): Set 'Verified:Tested,SanityOnly' as gating/tier1 test pass. Did virt-firmware basic test, the result was passed. Versions: kernel-5.14.0-331.el9.x86_64 qemu-kvm-8.0.0-6.el9 edk2-ovmf-20230524-2.el9.noarch python3-virt-firmware-23.6-2.el9.noarch python3-virt-firmware-tests-23.6-2.el9.noarch 1. install the python3-virt-firmware-23.6-2.el9.noarch and python3-virt-firmware-tests-23.6-2.el9.noarch 2. # cd /usr/share/python-virt-firmware/tests # ls data test-dump.sh test-sigdb.sh test-vars.sh test-bootcfg.sh test-pe.sh tests.py run all test scripts, the results were passed. Hi Gerd, According to Bug 2143566 - remove "test-pe.sh" from python-virt-firmware tests sub-package since peutils has been dropped from version 1.6, "test-pe.sh" has been removed from python3-virt-firmware-tests-23.4-1.el9.noarch.rpm, I wonder why it's added in the package python3-virt-firmware-tests-23.6-2.el9 again? Thanks. 1. Install python3-virt-firmware-tests-23.6-2.el9.noarch, and found "test-pe.sh" in tests directory. # cd /usr/share/python-virt-firmware/tests # ls data test-dump.sh test-sigdb.sh test-vars.sh test-bootcfg.sh test-pe.sh tests.py 2. Intall python3-virt-firmware-tests-23.4-1.el9.noarch.rpm, and found "test-pe.sh" has been removed. # ls /usr/share/python-virt-firmware/tests/ data test-dump.sh test-sigdb.sh tests.py test-vars.sh (In reply to Xueqiang Wei from comment #6) > Hi Gerd, > > According to Bug 2143566 - remove "test-pe.sh" from python-virt-firmware > tests sub-package since peutils has been dropped from version 1.6, > "test-pe.sh" has been removed from peutils are back (now that we have python-pefile which is a dependency for them). (In reply to Gerd Hoffmann from comment #7) > (In reply to Xueqiang Wei from comment #6) > > Hi Gerd, > > > > According to Bug 2143566 - remove "test-pe.sh" from python-virt-firmware > > tests sub-package since peutils has been dropped from version 1.6, > > "test-pe.sh" has been removed from > > peutils are back (now that we have python-pefile which is a dependency for > them). Thank you Gerd. And according to Comment 5, set status to VERIFIED. |