Manish V Badarkhe | 48240e2 | 2024-01-29 16:29:25 +0000 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | # Wait for the login prompt | ||||
8 | expect_string+=("i;buildroot login:") | ||||
9 | |||||
10 | expect_string+=("i;#;;;root") |