blob: 6ba77558fbb32f06dc12bc4978f1bfe943e6c960 [file] [log] [blame]
#
# 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]