blob: 29098a36f6d9c903cee6d68e37f09b97f6f585f3 [file] [log] [blame]
Manish V Badarkheec4a65e2022-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'
Paul Sokolovsky64b23c52024-02-08 12:58:44 +070010failures='Panic:'
11expect_string+=("i;${prompt};;${failures}")
Manish V Badarkheec4a65e2022-11-29 17:31:18 +000012
13prompt='Running at NS-EL(1|2)'
14expect_string+=("i;${prompt}")
15
16prompt='Tests Failed : 0'
Paul Sokolovsky2e0a0a42023-06-15 08:49:47 +030017failures='Unhandled exception on '
18expect_string+=("i;${prompt};;${failures}")
Manish V Badarkheec4a65e2022-11-29 17:31:18 +000019
20prompt='Exiting tests.'
21failures='Tests Passed : 0'
22expect_string+=("i;${prompt};;${failures}")