laurenw-arm | 4fcd69a | 2023-03-20 16:28:13 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2023, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script for AP/RSS non-volatile counter platform test | ||||
7 | # | ||||
8 | |||||
9 | source [file join [file dirname [info script]] handle-arguments.inc] | ||||
10 | |||||
11 | # Trusted Firmware boot section | ||||
12 | source [file join [file dirname [info script]] trusted-firmware.inc] | ||||
13 | |||||
14 | expect_string "Passed nv_counter_test" |