blob: 521b43f5d08604825a1e12b53d1f24d21b53f0af [file] [log] [blame]
#
# Copyright (c) 2022 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script for Trusted Firmware Test Framework
#
prompt='Booting trusted firmware test framework'
expect_string+=("i;${prompt}")
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}")