tests/sanity - update for 2.42.0
This commit is contained in:
parent
0054c9c63b
commit
84fc909503
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user