Manish V Badarkhe | dc5a0a5 | 2022-06-23 10:01:48 +0100 | [diff] [blame] | 1 | # |
Manish V Badarkhe | 0b50b73 | 2025-03-04 15:35:23 +0000 | [diff] [blame] | 2 | # Copyright (c) 2022-2025, Arm Limited. All rights reserved. |
Manish V Badarkhe | dc5a0a5 | 2022-06-23 10:01:48 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Linux/Buildroot using Measured Boot & fTPM |
| 7 | # |
| 8 | |
| 9 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 10 | |
| 11 | # TODO Add proper string message to claim the succesful exit of DRTM |
| 12 | # flow |
Manish V Badarkhe | 0b50b73 | 2025-03-04 15:35:23 +0000 | [diff] [blame] | 13 | expect_string "DRTM tests complete" |
Manish V Badarkhe | dc5a0a5 | 2022-06-23 10:01:48 +0100 | [diff] [blame] | 14 | exit_uart 0 |