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