Check for ep11-host RPM presence instead
This commit is contained in:
parent
0c0228b2e7
commit
dd6786ef50
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue