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