blob: 57526993715746c5bb48d6d5c3ca4bf3a313d866 [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#
Paul Sokolovskyb8a40b92021-12-10 12:20:30 +03006# Original TCL expect/ArmCI description:
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05007# If we exit from a secondary uart, and if that had lots of prints, then the
8# model will stall. See: https://jira.arm.com/browse/SDDKW-43675. So, we wait
9# here expect for something that never arrives.
10
Paul Sokolovskyb8a40b92021-12-10 12:20:30 +030011# This functionality is not required for LAVA tests, so this file is empty.