blob: 521b43f5d08604825a1e12b53d1f24d21b53f0af [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'
Paul Sokolovsky84f68852023-06-15 08:49:47 +030016failures='Unhandled exception on '
17expect_string+=("i;${prompt};;${failures}")
Manish V Badarkhe4c77ecc2022-11-29 17:31:18 +000018
19prompt='Exiting tests.'
20failures='Tests Passed : 0'
21expect_string+=("i;${prompt};;${failures}")