blob: 289c91d1a1c2df0fdaf0e5ed7e26d5d6ca01c71d [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: " {
Olivier Deprez5e434952020-06-15 18:30:42 +020011 puts "<<OP-TEE version>>"
12 }
Olivier Deprez5e434952020-06-15 18:30:42 +020013}
14
15expect {
16 "Primary CPU switching to normal world boot" {
17 puts "<<OP-TEE initialized>>"
18 }
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]