blob: d50295e5bd0ee8ae069fb9f68b1fe511571a5d00 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0
Stephen Warrend2015062016-01-15 11:15:24 -07002# Copyright (c) 2015 Stephen Warren
3# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
Stephen Warrend2015062016-01-15 11:15:24 -07004
5def test_help(u_boot_console):
Stephen Warrene8debf32016-01-26 13:41:30 -07006 """Test that the "help" command can be executed."""
Stephen Warrend2015062016-01-15 11:15:24 -07007
8 u_boot_console.run_command('help')