blob: 167ce6f0046fd087be27630aebbe8cbccaac3561 [file] [log] [blame]
Manish V Badarkhe8e7ff2c2023-01-12 09:12:14 +00001#
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
9expect_string "x0"
10expect_string "x1"
11expect_string "x2"
12expect_string "x3"
13expect_string "x4"
14expect_string "x5"
15expect_string "x6"
16expect_string "x7"
17expect_string "x8"
18expect_string "x9"
19expect_string "x10"
20expect_string "x11"
21expect_string "x12"
22expect_string "x13"
23expect_string "x14"
24expect_string "x15"
25expect_string "x16"
26expect_string "x17"
27expect_string "x18"
28expect_string "x19"
29expect_string "x20"
30expect_string "x21"
31expect_string "x22"
32expect_string "x23"
33expect_string "x24"
34expect_string "x25"
35expect_string "x26"
36expect_string "x27"
37expect_string "x28"
38expect_string "x29"