thagon01-arm | 1dd6e7b | 2023-07-17 11:51:15 -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 Trusted Firmware Test Framework | ||||
7 | # | ||||
8 | |||||
9 | source [file join [file dirname [info script]] handle-arguments.inc] | ||||
10 | |||||
11 | expect_string "PMF:cpu 0 tid 0" | ||||
12 | expect_string "PMF:cpu 0 tid 1" | ||||
13 | expect_string "PMF:cpu 0 tid 2" | ||||
14 | expect_string "PMF:cpu 0 tid 3" | ||||
15 | expect_string "PMF:cpu 0 tid 4" |