beakerlib does not populate IsRHEL macro in CentOS Stream...
This commit is contained in:
parent
4df37e580d
commit
78a463ef70
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue