blob: 6c7e8fd37827d9fb4c9b69c42d31f5104e18fd46 [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/lava-expect/trusted-firmware.inc
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'
expect_string+=("i;${prompt}")
prompt='Exiting tests.'
failures='Tests Passed : 0'
expect_string+=("i;${prompt};;${failures}")