test/py: detect another "bad pattern" in console output
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Jan 2016 06:57:50 +0000 (23:57 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
commit9129d9f5fd73a8bcdca7489b3ed2418a8b1416e2
tree331eec2fe8bfc980febe8b32418bb9ecc4516d5a
parent0c6189b5d60a2b0fcec65f3513bad7eee289da3f
test/py: detect another "bad pattern" in console output

Many error situations in U-Boot print the message:
    ### ERROR ### Please RESET the board ###

Add this to the list of bad patterns the test system detects. One
practical advantage of this change is to detect the case where sandbox
is told to use a particular DTB file, and the file cannot be opened.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_base.py