bz2015182: beakerlib in c9s doesnt know rlIsRHELLike

This commit is contained in:
Zdenek Dohnal 2023-03-23 15:59:52 +01:00 committed by zdohnal
commit 703c37b2da

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 rlIsRHELLike ">7"
if rlIsRHEL ">7" || rlIsCentOS ">7"
then
rlRun "systemctl status cups" 0 "If cups was compiled to use unlimited IdleExitTimeout, cupsd should be running"
else