summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fit_mkimage_validate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_fit_mkimage_validate.py')
-rw-r--r--test/py/tests/test_fit_mkimage_validate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/py/tests/test_fit_mkimage_validate.py b/test/py/tests/test_fit_mkimage_validate.py
index ef974c8c762..170b2a8cbbb 100644
--- a/test/py/tests/test_fit_mkimage_validate.py
+++ b/test/py/tests/test_fit_mkimage_validate.py
@@ -57,6 +57,8 @@ def test_fit_invalid_image_reference(ubman):
assert result.returncode != 0, "mkimage should fail due to missing image reference"
assert "references undefined image 'notexist'" in result.stderr
+@pytest.mark.boardspec('sandbox')
+@pytest.mark.requiredtool('dtc')
def test_fit_invalid_default_config(ubman):
"""Test that mkimage fails when default config is missing"""