Manish V Badarkhe | 4c77ecc | 2022-11-29 17:31:18 +0000 | [diff] [blame] | 1 | # |
| 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 | |
| 9 | prompt='Booting trusted firmware test framework' |
| 10 | expect_string+=("i;${prompt}") |
| 11 | |
| 12 | prompt='Running at NS-EL(1|2)' |
| 13 | expect_string+=("i;${prompt}") |
| 14 | |
| 15 | prompt='Tests Failed : 0' |
Paul Sokolovsky | 84f6885 | 2023-06-15 08:49:47 +0300 | [diff] [blame^] | 16 | failures='Unhandled exception on ' |
| 17 | expect_string+=("i;${prompt};;${failures}") |
Manish V Badarkhe | 4c77ecc | 2022-11-29 17:31:18 +0000 | [diff] [blame] | 18 | |
| 19 | prompt='Exiting tests.' |
| 20 | failures='Tests Passed : 0' |
| 21 | expect_string+=("i;${prompt};;${failures}") |