blob: f5991921d15027ff6bd553fd873bf88201d79e65 [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script for Trusted Firmware Test Framework
#
source $ci_root/expect-lava/trusted-firmware.inc
prompt='Booting trusted firmware test framework'
failures='Panic:'
expect_string+=("i;${prompt};;${failures}")
prompt='Running at NS-EL(1|2)'
expect_string+=("i;${prompt}")
prompt='Tests Failed : 0'
failures='Unhandled exception on '
expect_string+=("i;${prompt};;${failures}")
prompt='Exiting tests.'
failures='Tests Passed : 0'
expect_string+=("i;${prompt};;${failures}")