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