# | |
# Copyright (c) 2021-2023, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
# Expect script for Trusted Firmware Test Framework | |
# | |
expect_string+=('i;Unhandled Exception in EL3.') | |
expect_string+=("i;x30") | |
source $ci_root/expect-lava/exception_gp_regs.inc | |
source $ci_root/expect-lava/exception_sys_regs.inc |