Update testsuite test to work with v3.21.0

This commit is contained in:
Karel Srot 2023-05-18 09:39:16 +02:00
commit 5dbe066eb3

View file

@ -213,7 +213,7 @@ rlJournalStart
ID=`get_test_id`
rlRun "./hw_fn -slot $SLOT &> $TmpDir/testlog.$ID"
[ $? -gt 0 ] && echo -e "Test log:\n" && cat $TmpDir/testlog.$ID # print log in case of error
rlAssertGrep "Hardware Feature tests succeeded." $TmpDir/testlog.$ID
rlAssertGrep "(Hardware Feature tests succeeded.|do_HW_Feature_Search passed)" $TmpDir/testlog.$ID -E
popd