blob: 1d784f4a2784804b12eb9f0667bb070b39ab5023 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
Fathi Boudra422bf772019-12-02 11:10:16 +02006# 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
11expect_string "INIT:" "Init"
12expect_string "root@genericarmv8:~#" "Linux prompt"
13send "shutdown -h now\r"
14
15expect_re "(Power down|System halted)" "TEST SUCCESS"
16exit_uart 0