beakerlib does not populate IsRHEL macro in CentOS Stream...

This commit is contained in:
Zdenek Dohnal 2023-03-22 14:08:17 +01:00 committed by zdohnal
commit 78a463ef70

View file

@ -41,7 +41,7 @@ rlJournalStart
rlPhaseStartTest
rlServiceStart cups
rlRun "sleep 65" 0 "Wait till we are sure the default IdleExitTimeout would kick in if set"
if rlIsRHEL ">7"
if rlIsRHELLike ">7"
then
rlRun "systemctl status cups" 0 "If cups was compiled to use unlimited IdleExitTimeout, cupsd should be running"
else