# | |
# Copyright (c) 2020-2022, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
source [file join [file dirname [info script]] handle-arguments.inc] | |
expect { | |
"OP-TEE version: " { | |
message "OP-TEE version" | |
} | |
} | |
expect { | |
"Primary CPU switching to normal world boot" { | |
message "OP-TEE initialized" | |
} | |
} | |
# Hold UART until test completes | |
source [file join [file dirname [info script]] uart-hold.inc] |