test: py: Add cmd_echo dependency

There is missing dependency on echo command. Mark tests which requires
echo.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Michal Simek
2017-05-15 14:29:02 +02:00
committed by Tom Rini
parent 0680f1b1f7
commit 6b83c38d7a
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
# Test basic shell functionality, such as commands separate by semi-colons.
import pytest
pytestmark = pytest.mark.buildconfigspec('cmd_echo')
def test_shell_execute(u_boot_console):
"""Test any shell command."""