action #153865
closed[qe-core] install_package with trup_reboot will fail if package is installed
0%
Description
Observation¶
openQA test in scenario alp-1.0-Dolomite-Default-qcow-x86_64-alp_image_default@cedvid/os-autoinst-distri-opensuse#perl-bootloader@64bit fails in
perl_bootloader
Test suite description¶
alp image boot with ignition disk and default tests. Default tests are transactional-update, rebootmgr, health_check, cockpit service and some other checks specific to alp.
Reproducible¶
Fails since (at least) Build cedvid/os-autoinst-distri-opensuse#18399
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by dzedro 8 months ago
- Related to action #117028: [qe-core] Possible improvements for transactional installations added
Updated by MDoucha 8 months ago ยท Edited
This is a PEBKAC in the test. It calls
install_package 'in perl-Bootloader';
instead of
install_package 'perl-Bootloader';
And then the installation fails because there's no package named in
.
https://github.com/cedvid/os-autoinst-distri-opensuse/blob/c198f65f7f3705218069489bdd41aecf9deafbcf/tests/console/perl_bootloader.pm#L22