diff --git a/Sanity/verify-all-HW-tokens-are-available/runtest.sh b/Sanity/verify-all-HW-tokens-are-available/runtest.sh index 2750bb2..1f47bd4 100755 --- a/Sanity/verify-all-HW-tokens-are-available/runtest.sh +++ b/Sanity/verify-all-HW-tokens-are-available/runtest.sh @@ -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