blob: 40adea1334198d14715d4020fa80891d4769e7ab [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
Chris Kay5e3449f2022-11-15 11:59:01 +00002# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
Chris Kay5e3449f2022-11-15 11:59:01 +00006
7#
8# If we exit from the UART when any of the model's UARTs receive lots of prints
9# then the model will stall, so we either wait for the UART to close naturally
10# or we wait for somebody to explicitly tell us to exit.
11#
12# https://jira.arm.com/browse/SDDKW-43675
13#
Fathi Boudra422bf772019-12-02 11:10:16 +020014
15set timeout -1
Chris Kay5e3449f2022-11-15 11:59:01 +000016
17source [file join [file dirname [info script]] terminable.inc]
18
Chris Kay78ea2c32022-11-15 12:24:24 +000019message "test complete, waiting for EOF or SIGINT"
Chris Kay5e3449f2022-11-15 11:59:01 +000020expect eof