Govindraj Raja | c922305 | 2023-01-24 17:22:45 +0000 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2023, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script for Trusted Firmware Test Framework | ||||
7 | # | ||||
8 | |||||
9 | expect_string+=('i;BACKTRACE: START: bl31_main') | ||||
10 | expect_string+=('i;BACKTRACE: END: bl31_main') | ||||
11 | expect_string+=('i;PANIC in EL3.') | ||||
12 | |||||
13 | expect_string+=("i;x30") | ||||
14 | source $ci_root/expect-lava/exception_gp_regs.inc | ||||
15 | source $ci_root/expect-lava/exception_sys_regs.inc |