diff options
Diffstat (limited to 'test/py/tests/test_dfu.py')
| -rw-r--r-- | test/py/tests/test_dfu.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/py/tests/test_dfu.py b/test/py/tests/test_dfu.py index fba67d585b9..8f6877c5c26 100644 --- a/test/py/tests/test_dfu.py +++ b/test/py/tests/test_dfu.py @@ -113,6 +113,7 @@ test_sizes_default = (  first_usb_dev_port = None  @pytest.mark.buildconfigspec('cmd_dfu') +@pytest.mark.requiredtool('dfu-util')  def test_dfu(u_boot_console, env__usb_dev_port, env__dfu_config):      """Test the "dfu" command; the host system must be able to enumerate a USB      device when "dfu" is running, various DFU transfers are tested, and the | 
