test: py: test_fit_mkimage_validate: Only run either test on sandbox
authorTom Rini <trini@konsulko.com>
Fri, 25 Jul 2025 19:42:14 +0000 (13:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 5 Aug 2025 00:23:13 +0000 (18:23 -0600)
commit12a94b894dec1b682068e70cd9cc11147242f70d
treea4f54b8129ea7339858d4bf25b52b11762f9e883
parent851c3f28d00bf0e106487db3c18ab2a6a6bafb5c
test: py: test_fit_mkimage_validate: Only run either test on sandbox

Both of these tests are only valid for sandbox (and require dtc) so both
tests need the pytest annotations.

Fixes: 93d09d3bd8ea ("test: fit: add test case for invalid default configuration reference")
Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_fit_mkimage_validate.py