Update grep pattern due to a new message format

This commit is contained in:
Karel Srot 2024-04-12 13:41:41 +02:00
commit 5a1a94b8d1

View file

@ -49,7 +49,7 @@ rlJournalStart
rlServiceStart pkcsslotd
rlRun -s "journalctl -u pkcsslotd -S '-10s'"
#rlAssertGrep "PID File created" $rlRun_LOG
rlAssertGrep "Started Daemon" $rlRun_LOG
rlAssertGrep "Started (pkcsslotd.service)?.* Daemon" $rlRun_LOG -E
rlAssertNotGrep "PIDFile= references a path below legacy directory" $rlRun_LOG
rlAssertExists $PIDFILE
rlPhaseEnd