xref: /openbmc/u-boot/test/py/tests/test_help.py (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2015 Stephen Warren
3# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
4
5def test_help(u_boot_console):
6    """Test that the "help" command can be executed."""
7
8    u_boot_console.run_command('help')
9