From: Vagrant Cascadian Date: Wed, 26 Jan 2022 19:58:27 +0000 (+0000) Subject: disable-fit-image-tests X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2^2^2^2^2^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3e83b383b8122021990c21e22941788dadc08ac;p=u-boot.git disable-fit-image-tests Disable FIT image tests. FIT images were made more robust in light of CVE-2021-27097 and CVE-2021-27138, but test-imagetools.sh was not updated to reflect those changes. Reported upstream: https://lists.denx.de/pipermail/u-boot/2021-March/443460.html Gbp-Pq: Name disable-fit-image-tests --- diff --git a/test/image/test-imagetools.sh b/test/image/test-imagetools.sh index 6133340ba..144748945 100755 --- a/test/image/test-imagetools.sh +++ b/test/image/test-imagetools.sh @@ -204,18 +204,6 @@ main() list_image ${IMAGE_MULTI} assert_equal ${DUMPIMAGE_LIST} ${MKIMAGE_LIST} - # Compress and extract FIT images, compare the result - create_fit_image - extract_fit_image - for file in ${DATAFILES}; do - assert_equal ${file} ${SRCDIR}/${file} - done - assert_equal ${TEST_OUT} ${DATAFILE2} - - # List contents of FIT image and compares output from tools - list_image ${IMAGE_FIT_ITB} - assert_equal ${DUMPIMAGE_LIST} ${MKIMAGE_LIST} - # Remove files created cleanup