blob: efcddf72525843832b78d1f48d4535eb034eabfd [file] [log] [blame]
laurenw-arm4fcd69a2023-03-20 16:28:13 -05001#
David Vinczed8ed5622024-02-23 17:00:12 +01002# Copyright (c) 2023-2024, Arm Limited. All rights reserved.
laurenw-arm4fcd69a2023-03-20 16:28:13 -05003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
David Vinczed8ed5622024-02-23 17:00:12 +01006# Expect script for AP/RSE non-volatile counter platform test
laurenw-arm4fcd69a2023-03-20 16:28:13 -05007#
8
9source [file join [file dirname [info script]] handle-arguments.inc]
10
11# Trusted Firmware boot section
12source [file join [file dirname [info script]] trusted-firmware.inc]
13
Sandrine Bailleux28566d92023-05-05 16:06:51 +020014expect_string "Starting platform tests..."
15
16expect {
17 "Platform tests failed." {
18 exit_uart -1
19 }
20 "Platform tests succeeded." {
21 exit_uart 0
22 }
23}
24
25exit_uart -1