blob: 7afc49c8f20ad64cdb16385dadcfa3f722344755 [file] [log] [blame]
Manish V Badarkhede294e52024-01-29 16:29:25 +00001#
Boyan Karatotev49e4c6d2025-08-08 08:57:39 +01002# Copyright (c) 2025, Arm Limited. All rights reserved.
Manish V Badarkhede294e52024-01-29 16:29:25 +00003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#
7
8source [file join [file dirname [info script]] utils.inc]
9source [file join [file dirname [info script]] handle-arguments.inc]
10
11expect {
Boyan Karatotev49e4c6d2025-08-08 08:57:39 +010012 "Hit any key to stop autoboot: 1" {
13 send "\nboot\n"
14 }
15}
16
17expect {
Manish V Badarkhede294e52024-01-29 16:29:25 +000018 "buildroot login:" {
19 send "root\n"
20 }
21}
22
23expect_string "#" "Linux Booted successfully"