Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2021, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Trusted Firmware Test Framework |
| 7 | # |
| 8 | |
Paul Sokolovsky | eece6f7 | 2021-12-01 15:04:29 +0300 | [diff] [blame^] | 9 | source $ci_root/expect-lava/trusted-firmware-aarch32.inc |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 10 | |
| 11 | prompt='Booting trusted firmware test framework' |
Leonardo Sandoval | 34f5183 | 2021-11-04 16:42:04 -0600 | [diff] [blame] | 12 | expect_string+=("i;${prompt}") |
| 13 | |
| 14 | prompt='Running in AArch32 HYP mode' |
| 15 | expect_string+=("i;${prompt}") |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 16 | |
| 17 | prompt='Tests Failed : 0' |
Nathan Dunne | 27d11c6 | 2021-11-11 13:31:47 +0000 | [diff] [blame] | 18 | expect_string+=("i;${prompt}") |
| 19 | |
| 20 | prompt='Exiting tests.' |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 21 | failures='Tests Passed : 0' |
Leonardo Sandoval | 5cfc11f | 2021-09-08 16:08:13 -0500 | [diff] [blame] | 22 | expect_string+=("i;${prompt};;${failures}") |