test_help.py 264 字节
Newer Older
1 2 3 4 5 6
# Copyright (c) 2015 Stephen Warren
# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0

def test_help(u_boot_console):
S
Stephen Warren 已提交
7
    """Test that the "help" command can be executed."""
8 9

    u_boot_console.run_command('help')