Madhukar Pappireddy | 9c0c814 | 2025-02-11 14:23:50 -0600 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2025 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 | source $ci_root/expect-lava/trusted-firmware.inc | ||||
10 | |||||
11 | prompt='Booting trusted firmware test framework' | ||||
12 | failures='Panic:' | ||||
13 | expect_string+=("i;${prompt};;${failures}") | ||||
14 | |||||
15 | prompt='Running at NS-EL(1|2)' | ||||
16 | expect_string+=("i;${prompt}") | ||||
17 | |||||
18 | expect_string+=('i;Powering off CPU') |