blob: 76ac75226c42f609c88842a371277875818947c4 [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
Chris Kay0802fbc2022-11-15 12:20:02 +00002# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Script to interact with an OpenEmbedded file system
7#
8# This script is not standalone and should be sourced by a top expect script.
9#
10
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050011expect_string+=('i;INIT:')
Leonardo Sandoval24a14ed2021-10-13 10:00:59 -050012expect_string+=('i;root@genericarmv8:~#')
13expect_string+=('i;(Power down|System halted);;;shutdown -h now')
Chris Kay0802fbc2022-11-15 12:20:02 +000014expect_string+=('i;;;;@')