Shruti | 90e4a69 | 2022-05-25 11:04:47 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2022, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | |
Paul Sokolovsky | 0f5ece2 | 2023-06-08 11:51:53 +0300 | [diff] [blame] | 6 | failures='TEST CASE.* FAILED' |
| 7 | |
Shruti | 90e4a69 | 2022-05-25 11:04:47 +0100 | [diff] [blame] | 8 | expect_string+=('i;buildroot login:') |
| 9 | expect_string+=("i;;;;\n") |
| 10 | expect_string+=("i;;;;root") |
| 11 | expect_string+=("i;;;;\n") |
| 12 | expect_string+=('i;#') |
| 13 | expect_string+=("i;;;;\n") |
| 14 | expect_string+=("i;#;;;ioctl 255") |
| 15 | expect_string+=("i;;;;\n") |
| 16 | expect_string+=('i;Test: Echo Message to SP') |
| 17 | expect_string+=('i;Test: Message Relay vis SP to EL3 LSP.') |
Paul Sokolovsky | 0f5ece2 | 2023-06-08 11:51:53 +0300 | [diff] [blame] | 18 | expect_string+=("i;Test: Memory Send.;;${failures}") |
| 19 | expect_string+=("i;Test: Memory Send in Fragments.;;${failures}") |
Shruti | 90e4a69 | 2022-05-25 11:04:47 +0100 | [diff] [blame] | 20 | expect_string+=('i;Test: Memory Lend.') |
| 21 | expect_string+=('i;Test: Memory Lend in Fragments.') |
| 22 | expect_string+=('i;Test: Memory Send with Multiple Endpoints.') |
| 23 | expect_string+=('i;Test: Memory Lend with Multiple Endpoints.') |
| 24 | expect_string+=('i;Test: Ensure Duplicate Memory Send Requests are Rejected.') |
| 25 | expect_string+=('i;Test: Ensure Duplicate Memory Lend Requests are Rejected.') |
| 26 | expect_string+=('i;Total Failures: 0') |