Manish V Badarkhe | de294e5 | 2024-01-29 16:29:25 +0000 | [diff] [blame] | 1 | # |
Boyan Karatotev | 49e4c6d | 2025-08-08 08:57:39 +0100 | [diff] [blame] | 2 | # Copyright (c) 2025, Arm Limited. All rights reserved. |
Manish V Badarkhe | de294e5 | 2024-01-29 16:29:25 +0000 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # |
| 7 | |
| 8 | source [file join [file dirname [info script]] utils.inc] |
| 9 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 10 | |
| 11 | expect { |
Boyan Karatotev | 49e4c6d | 2025-08-08 08:57:39 +0100 | [diff] [blame] | 12 | "Hit any key to stop autoboot: 1" { |
| 13 | send "\nboot\n" |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | expect { |
Manish V Badarkhe | de294e5 | 2024-01-29 16:29:25 +0000 | [diff] [blame] | 18 | "buildroot login:" { |
| 19 | send "root\n" |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | expect_string "#" "Linux Booted successfully" |