blob: f64cde9f0adc627a84740f8c212b1ce748387842 [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script
7#
8
Paul Sokolovskyb8a40b92021-12-10 12:20:30 +03009# Original TCL expect/ArmCI description:
Chris Kay5e3449f2022-11-15 11:59:01 +000010#
11# If we exit from the UART when any of the model's UARTs receive lots of prints
12# then the model will stall, so we either wait for the UART to close naturally
13# or we wait for somebody to explicitly tell us to exit.
14#
15# https://jira.arm.com/browse/SDDKW-43675
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050016
Paul Sokolovskyb8a40b92021-12-10 12:20:30 +030017# This functionality is not required for LAVA tests, so this file is empty.
18# See also ../expect-post/hold_uart.exp