blob: 6ba77558fbb32f06dc12bc4978f1bfe943e6c960 [file] [log] [blame]
Olivier Deprez5e434952020-06-15 18:30:42 +02001#
Chris Kay395d49d2022-10-17 13:31:21 +01002# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Olivier Deprez5e434952020-06-15 18:30:42 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7source [file join [file dirname [info script]] handle-arguments.inc]
8
9expect {
Chris Kay395d49d2022-10-17 13:31:21 +010010 "OP-TEE version: " {
Chris Kay78ea2c32022-11-15 12:24:24 +000011 message "OP-TEE version"
Olivier Deprez5e434952020-06-15 18:30:42 +020012 }
Olivier Deprez5e434952020-06-15 18:30:42 +020013}
14
15expect {
16 "Primary CPU switching to normal world boot" {
Chris Kay78ea2c32022-11-15 12:24:24 +000017 message "OP-TEE initialized"
Olivier Deprez5e434952020-06-15 18:30:42 +020018 }
Olivier Deprez5e434952020-06-15 18:30:42 +020019}
20
Olivier Deprezd6ec5652021-02-10 07:47:34 +010021# Hold UART until test completes
22source [file join [file dirname [info script]] uart-hold.inc]