]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc66e5c78b3826770536c36b0fe85d18d2fb1879d
treea4f64f7eff4c122b7d38f52c561b0e95f6eafcb7
parentd25b3b214dc96d9768982745583f4ebb2e1aedc1
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>
47 files changed:
tools/binman/ftest.py
tools/binman/test/225_dev.key [deleted file]
tools/binman/test/225_pre_load.dts [deleted file]
tools/binman/test/226_pre_load_pkcs.dts [deleted file]
tools/binman/test/227_pre_load_pss.dts [deleted file]
tools/binman/test/228_pre_load_invalid_padding.dts [deleted file]
tools/binman/test/229_pre_load_invalid_sha.dts [deleted file]
tools/binman/test/230_dev.key [new file with mode: 0644]
tools/binman/test/230_pre_load.dts [new file with mode: 0644]
tools/binman/test/230_pre_load_invalid_algo.dts [deleted file]
tools/binman/test/230_unique_names.dts [deleted file]
tools/binman/test/231_pre_load_invalid_key.dts [deleted file]
tools/binman/test/231_pre_load_pkcs.dts [new file with mode: 0644]
tools/binman/test/231_unique_names_multi.dts [deleted file]
tools/binman/test/232_pre_load_pss.dts [new file with mode: 0644]
tools/binman/test/232_replace_with_bintool.dts [deleted file]
tools/binman/test/233_fit_extract_replace.dts [deleted file]
tools/binman/test/233_pre_load_invalid_padding.dts [new file with mode: 0644]
tools/binman/test/234_pre_load_invalid_sha.dts [new file with mode: 0644]
tools/binman/test/234_replace_section_simple.dts [deleted file]
tools/binman/test/235_compress_dtb_prepend_invalid.dts [deleted file]
tools/binman/test/235_mkimage_name.dts [deleted file]
tools/binman/test/235_pre_load_invalid_algo.dts [new file with mode: 0644]
tools/binman/test/236_compress_dtb_prepend_length.dts [deleted file]
tools/binman/test/236_mkimage_image.dts [deleted file]
tools/binman/test/236_pre_load_invalid_key.dts [new file with mode: 0644]
tools/binman/test/237_compress_dtb_invalid.dts [deleted file]
tools/binman/test/237_mkimage_image_no_content.dts [deleted file]
tools/binman/test/237_unique_names.dts [new file with mode: 0644]
tools/binman/test/238_compress_dtb_zstd.dts [deleted file]
tools/binman/test/238_mkimage_image_bad.dts [deleted file]
tools/binman/test/238_unique_names_multi.dts [new file with mode: 0644]
tools/binman/test/239_collection_other.dts [deleted file]
tools/binman/test/239_replace_with_bintool.dts [new file with mode: 0644]
tools/binman/test/240_fit_extract_replace.dts [new file with mode: 0644]
tools/binman/test/240_mkimage_coll.dts [deleted file]
tools/binman/test/241_replace_section_simple.dts [new file with mode: 0644]
tools/binman/test/242_mkimage_name.dts [new file with mode: 0644]
tools/binman/test/243_mkimage_image.dts [new file with mode: 0644]
tools/binman/test/244_mkimage_image_no_content.dts [new file with mode: 0644]
tools/binman/test/245_mkimage_image_bad.dts [new file with mode: 0644]
tools/binman/test/246_collection_other.dts [new file with mode: 0644]
tools/binman/test/247_mkimage_coll.dts [new file with mode: 0644]
tools/binman/test/248_compress_dtb_prepend_invalid.dts [new file with mode: 0644]
tools/binman/test/249_compress_dtb_prepend_length.dts [new file with mode: 0644]
tools/binman/test/250_compress_dtb_invalid.dts [new file with mode: 0644]
tools/binman/test/251_compress_dtb_zstd.dts [new file with mode: 0644]