blob: 5135a4186e1f5fad558380911b8d9ae3a792b0e2 [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script for Trusted Firmware + Linux boot process
#
# Trusted Firmware boot section
source $ci_root/lava-expect/trusted-firmware.inc
# Linux kernel boot section
expect_string+=('i;Booting Linux on physical CPU')
expect_string+=('i;Linux version')
# The kernel prints some information it takes from the preloaded DTB.
# Check for following information to see that we actually got the right DTB.
# 1. Machine model
# 2. Command line passed via the "/chosen" node
expect_string+=('i;Machine model: FVP (Base|Foundation)')
expect_string+=('i;Kernel command line: console=ttyAMA0')