Description of problem: add new kernel-bootcfg utility
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.