Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 6 | # Expect script for the test Secure Partition Ivy |
7 | # | ||||
8 | |||||
9 | source [file join [file dirname [info script]] handle-arguments.inc] | ||||
10 | |||||
11 | expect_string "Booting test Secure Partition Ivy" | ||||
12 | |||||
13 | source [file join [file dirname [info script]] uart-hold.inc] |