Changed to systemctl
This commit is contained in:
parent
bdd3be4c06
commit
fd76fca328
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ rlJournalStart
|
|||
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
|
||||
rlRun "pushd $tmp"
|
||||
rlRun "rpm -q $PACKAGE"
|
||||
rlServiceStart cups-browsed
|
||||
rlServiceStart $PACKAGE
|
||||
sleep 3
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
rlServiceStatus "$PACKAGE" 0 "Cups-browsed should be running"
|
||||
rlRun "systemctl status --no-pager $PACKAGE" 0 "Service should be running"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue