blob: eb8ad466cf1582651df56191de7d86ca7078153c [file] [log] [blame]
Manish V Badarkhe4c77ecc2022-11-29 17:31:18 +00001#
2# Copyright (c) 2022 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script for Trusted Firmware Test Framework
7#
8
9prompt='Booting trusted firmware test framework'
10expect_string+=("i;${prompt}")
11
12prompt='Running at NS-EL(1|2)'
13expect_string+=("i;${prompt}")
14
15prompt='Tests Failed : 0'
16expect_string+=("i;${prompt}")
17
18prompt='Exiting tests.'
19failures='Tests Passed : 0'
20expect_string+=("i;${prompt};;${failures}")