binman: Sort tests and rework test-file numbers
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Tue, 23 Aug 2022 10:46:09 +0000 (12:46 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Aug 2022 22:33:48 +0000 (16:33 -0600)
commit5cb0b256664327cbae305454b86afe0b4748b7e6
treea4f64f7eff4c122b7d38f52c561b0e95f6eafcb7
parent86e54468ec67bee213b855bfce34aba346c1d20e
binman: Sort tests and rework test-file numbers

Tests should be in order of the test-file numbers. Sort the tests
according to the test-file numbers and rework the test-file numbers to
eliminate duplicate numbers.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
24 files changed:
tools/binman/ftest.py
tools/binman/test/230_dev.key [moved from tools/binman/test/225_dev.key with 100% similarity]
tools/binman/test/230_pre_load.dts [moved from tools/binman/test/225_pre_load.dts with 86% similarity]
tools/binman/test/231_pre_load_pkcs.dts [moved from tools/binman/test/226_pre_load_pkcs.dts with 87% similarity]
tools/binman/test/232_pre_load_pss.dts [moved from tools/binman/test/227_pre_load_pss.dts with 87% similarity]
tools/binman/test/233_pre_load_invalid_padding.dts [moved from tools/binman/test/228_pre_load_invalid_padding.dts with 86% similarity]
tools/binman/test/234_pre_load_invalid_sha.dts [moved from tools/binman/test/229_pre_load_invalid_sha.dts with 86% similarity]
tools/binman/test/235_pre_load_invalid_algo.dts [moved from tools/binman/test/230_pre_load_invalid_algo.dts with 86% similarity]
tools/binman/test/236_pre_load_invalid_key.dts [moved from tools/binman/test/231_pre_load_invalid_key.dts with 86% similarity]
tools/binman/test/237_unique_names.dts [moved from tools/binman/test/230_unique_names.dts with 100% similarity]
tools/binman/test/238_unique_names_multi.dts [moved from tools/binman/test/231_unique_names_multi.dts with 100% similarity]
tools/binman/test/239_replace_with_bintool.dts [moved from tools/binman/test/232_replace_with_bintool.dts with 100% similarity]
tools/binman/test/240_fit_extract_replace.dts [moved from tools/binman/test/233_fit_extract_replace.dts with 100% similarity]
tools/binman/test/241_replace_section_simple.dts [moved from tools/binman/test/234_replace_section_simple.dts with 100% similarity]
tools/binman/test/242_mkimage_name.dts [moved from tools/binman/test/235_mkimage_name.dts with 100% similarity]
tools/binman/test/243_mkimage_image.dts [moved from tools/binman/test/236_mkimage_image.dts with 100% similarity]
tools/binman/test/244_mkimage_image_no_content.dts [moved from tools/binman/test/237_mkimage_image_no_content.dts with 100% similarity]
tools/binman/test/245_mkimage_image_bad.dts [moved from tools/binman/test/238_mkimage_image_bad.dts with 100% similarity]
tools/binman/test/246_collection_other.dts [moved from tools/binman/test/239_collection_other.dts with 100% similarity]
tools/binman/test/247_mkimage_coll.dts [moved from tools/binman/test/240_mkimage_coll.dts with 100% similarity]
tools/binman/test/248_compress_dtb_prepend_invalid.dts [moved from tools/binman/test/235_compress_dtb_prepend_invalid.dts with 100% similarity]
tools/binman/test/249_compress_dtb_prepend_length.dts [moved from tools/binman/test/236_compress_dtb_prepend_length.dts with 100% similarity]
tools/binman/test/250_compress_dtb_invalid.dts [moved from tools/binman/test/237_compress_dtb_invalid.dts with 100% similarity]
tools/binman/test/251_compress_dtb_zstd.dts [moved from tools/binman/test/238_compress_dtb_zstd.dts with 100% similarity]