added Cleanup phase, changed rlRun to rlServiceStart
This commit is contained in:
parent
1226a40543
commit
79b17084fb
2 changed files with 6 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ PACKAGE="cups"
|
|||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm $PACKAGE
|
||||
rlRun "rlServiceStart cups"
|
||||
rlServiceStart cups
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
|
|
@ -41,5 +41,9 @@ rlJournalStart
|
|||
rlRun "curl -X OPTIONS http://localhost:631/ -i | grep 'Server' | grep -i 'cups'"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
rlServiceRestore cups
|
||||
rlPhaseEnd
|
||||
|
||||
rlJournalPrintText
|
||||
rlJournalEnd
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ rlJournalStart
|
|||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
rlServiceRestore
|
||||
rlServiceRestore cups
|
||||
rlFileRestore
|
||||
rlPhaseEnd
|
||||
rlJournalPrintText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue