Skip to content

Commit

Permalink
robot-test: test output should not contain "APP ERROR"
Browse files Browse the repository at this point in the history
  • Loading branch information
cawallen committed Oct 27, 2022
1 parent cc255ab commit b9267ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion robot-tests/common.resource
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ ${KILL_TIMEOUT} = 30s
@{RC_LIST} = ${0} ${-2} ${-9}

# Regex pattern that must not be matched by all test cases
@{REGEX_NOT_MATCH} = EM ERROR
@{REGEX_NOT_MATCH} =
... EM ERROR
... APP ERROR

# Common arguments used for all test cases
@{CM_ARGS} = -c ${CORE_MASK} -${APPLICATION_MODE}
Expand Down

0 comments on commit b9267ad

Please sign in to comment.