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