Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame^] | 1 | # |
2 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | # | ||||
8 | # Script to interact with an OpenEmbedded file system | ||||
9 | # | ||||
10 | # This script is not standalone and should be sourced by a top expect script. | ||||
11 | # | ||||
12 | |||||
13 | expect_string "INIT:" "Init" | ||||
14 | expect_string "root@genericarmv8:~#" "Linux prompt" | ||||
15 | send "shutdown -h now\r" | ||||
16 | |||||
17 | expect_re "(Power down|System halted)" "TEST SUCCESS" | ||||
18 | exit_uart 0 |