blob: 64a54ef67e72459127a123bc7992a9f254f718e5 [file] [log] [blame]
Zelalemfd529af2020-08-04 15:09:53 -05001#
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script for Trusted Firmware Test Framework
7#
8
9source [file join [file dirname [info script]] handle-arguments.inc]
10
11expect_string "Translation tables are now read-only at EL3."
12expect {
13 timeout {
14 puts "<<Timeout expected - Success>>"
15 exit_uart 0
16 }
17}
18
19exit_uart -1