blob: 9c8b367228721acc20244eca446b235905a626b6 [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Script to interact with a Linux kernel
#
# Expect 8 CPUs in total by default
if [ -z "${num_cpus}" ]; then
num_cpus=8
fi
expect_string+=('i;Linux version')
expect_string+=("i;SMP: Total of ${num_cpus} processors activated")
expect_string+=('i;Freeing unused kernel memory')