tests/sanity - update for 2.42.0

This commit is contained in:
Dan Horák 2026-06-03 12:28:19 +02:00
parent 0054c9c63b
commit 84fc909503
2 changed files with 10 additions and 1 deletions

View File

@ -48,6 +48,10 @@ rlJournalStart
rlRun "pvverify --version"
rlPhaseEnd
rlPhaseStartTest "s390utils 2.42.0+ - RHEL 9.9+ and RHEL 10.3+"
rlRun "pvebc --version"
rlPhaseEnd
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -r $TmpDir" 0 "Removing tmp directory"

View File

@ -161,10 +161,15 @@ rlJournalStart
rlPhaseEnd
rlPhaseStartTest "s390utils 2.40.0+ - RHEL 9.8+ and RHEL 10.2+"
# rlRun "pvinfo --version"
rlRun "pvinfo --version"
rlRun "pvverify --version"
rlPhaseEnd
rlPhaseStartTest "s390utils 2.42.0+ - RHEL 9.9+ and RHEL 10.3+"
rlRun "pvebc --version"
# rlRun "pvics --version"
rlPhaseEnd
rlPhaseStartTest "Bootloader signature"
# only RHEL has signed bootloader
if rlIsRHEL '>=8'; then