blob: a8cc67b9034001f9d3533f8781464dddd61554b5 [file] [log] [blame]
Shruti90e4a692022-05-25 11:04:47 +01001#
2 # Copyright (c) 2022, Arm Limited. All rights reserved.
3 #
4 # SPDX-License-Identifier: BSD-3-Clause
5
Paul Sokolovsky0f5ece22023-06-08 11:51:53 +03006failures='TEST CASE.* FAILED'
7
Shruti90e4a692022-05-25 11:04:47 +01008expect_string+=('i;buildroot login:')
9expect_string+=("i;;;;\n")
10expect_string+=("i;;;;root")
11expect_string+=("i;;;;\n")
12expect_string+=('i;#')
13expect_string+=("i;;;;\n")
14expect_string+=("i;#;;;ioctl 255")
15expect_string+=("i;;;;\n")
16expect_string+=('i;Test: Echo Message to SP')
17expect_string+=('i;Test: Message Relay vis SP to EL3 LSP.')
Paul Sokolovsky0f5ece22023-06-08 11:51:53 +030018expect_string+=("i;Test: Memory Send.;;${failures}")
19expect_string+=("i;Test: Memory Send in Fragments.;;${failures}")
Shruti90e4a692022-05-25 11:04:47 +010020expect_string+=('i;Test: Memory Lend.')
21expect_string+=('i;Test: Memory Lend in Fragments.')
22expect_string+=('i;Test: Memory Send with Multiple Endpoints.')
23expect_string+=('i;Test: Memory Lend with Multiple Endpoints.')
24expect_string+=('i;Test: Ensure Duplicate Memory Send Requests are Rejected.')
25expect_string+=('i;Test: Ensure Duplicate Memory Lend Requests are Rejected.')
26expect_string+=('i;Total Failures: 0')