Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions clevis/Sanity/simple-bind-luks/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ rlJournalStart

rlRun "packageVersion=$(rpm -q ${PACKAGE} --qf '%{name}-%{version}-%{release}\n')"
if rlTestVersion "${packageVersion}" '>=' 'clevis-15-8'; then
rlAssertGrep "Error communicating with the server http://localhost" $rlRun_LOG
else
rlAssertGrep "Error communicating with the server!" $rlRun_LOG
rlAssertGrep "Error communicating with .*server http://localhost" $rlRun_LOG -Eq
fi
rm $rlRun_LOG

Expand Down