# | |
# Copyright (c) 2021 Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
# Expect script for Trusted Firmware + EL3 Test Payload | |
# | |
# Refer to handle-arguments.inc for the list of parameters. | |
# | |
# Trusted Firmware boot section | |
source $ci_root/expect-lava/trusted-firmware.inc | |
expect_string+=('i;Booting the EL3 test payload') | |
expect_string+=('i;All CPUs booted!') |