diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/py/tests/test_vboot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 25a78324e2..14ec85b853 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests/test_vboot.py @@ -29,6 +29,7 @@ import pytest import sys import u_boot_utils as util +@pytest.mark.boardspec('sandbox') @pytest.mark.buildconfigspec('fit_signature') def test_vboot(u_boot_console): """Test verified boot signing with mkimage and verification with 'bootm'. |