Madhukar Pappireddy | b15fe73 | 2024-04-10 15:45:35 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2021-2024 Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script for the test Secure Partition Cactus | ||||
7 | # | ||||
8 | |||||
9 | source $ci_root/expect-lava/trusted-firmware.inc | ||||
10 | |||||
11 | expect_string+=('i;Booting Secure Partition ') | ||||
12 | |||||
13 | source $ci_root/expect-lava/tftf.inc | ||||
14 | |||||
15 | source $ci_root/expect-lava/uart-hold.inc |