Check for ep11-host RPM presence instead

This commit is contained in:
Karel Srot 2024-09-27 10:30:36 +02:00
commit dd6786ef50

View file

@ -43,7 +43,7 @@ rlJournalStart
rlRun -s "pkcsconf -t"
rlAssertGrep "Model: ICA" $rlRun_LOG
rlAssertGrep "Model: Soft" $rlRun_LOG
[ "$SLOT" == "4" ] && rlAssertGrep "Model: EP11" $rlRun_LOG
rpm -q ep11-host &>/dev/null && rlAssertGrep "Model: EP11" $rlRun_LOG
rlPhaseEnd
rlPhaseStartCleanup