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