Update testsuite test to work with v3.21.0
This commit is contained in:
parent
01f79ef854
commit
5dbe066eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue