binman: Move to three-digit test-file numbers
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:30 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87
treec6d758365740ff47c4df5ef7d26535853c9557f6
parent6e64ec1256875f6fafa853a74108fb57fd769e98
binman: Move to three-digit test-file numbers

We now have 99 tests. Before adding any more, rename everything to three
digits. This helps to preserve the ordering of tests and makes it easier
to find things.

Signed-off-by: Simon Glass <sjg@chromium.org>
101 files changed:
tools/binman/entry_test.py
tools/binman/fdt_test.py
tools/binman/ftest.py
tools/binman/test/001_invalid.dts [moved from tools/binman/test/01_invalid.dts with 100% similarity]
tools/binman/test/002_missing_node.dts [moved from tools/binman/test/02_missing_node.dts with 100% similarity]
tools/binman/test/003_empty.dts [moved from tools/binman/test/03_empty.dts with 100% similarity]
tools/binman/test/004_invalid_entry.dts [moved from tools/binman/test/04_invalid_entry.dts with 100% similarity]
tools/binman/test/005_simple.dts [moved from tools/binman/test/05_simple.dts with 100% similarity]
tools/binman/test/006_dual_image.dts [moved from tools/binman/test/06_dual_image.dts with 100% similarity]
tools/binman/test/007_bad_align.dts [moved from tools/binman/test/07_bad_align.dts with 100% similarity]
tools/binman/test/008_pack.dts [moved from tools/binman/test/08_pack.dts with 100% similarity]
tools/binman/test/009_pack_extra.dts [moved from tools/binman/test/09_pack_extra.dts with 100% similarity]
tools/binman/test/010_pack_align_power2.dts [moved from tools/binman/test/10_pack_align_power2.dts with 100% similarity]
tools/binman/test/011_pack_align_size_power2.dts [moved from tools/binman/test/11_pack_align_size_power2.dts with 100% similarity]
tools/binman/test/012_pack_inv_align.dts [moved from tools/binman/test/12_pack_inv_align.dts with 100% similarity]
tools/binman/test/013_pack_inv_size_align.dts [moved from tools/binman/test/13_pack_inv_size_align.dts with 100% similarity]
tools/binman/test/014_pack_overlap.dts [moved from tools/binman/test/14_pack_overlap.dts with 100% similarity]
tools/binman/test/015_pack_overflow.dts [moved from tools/binman/test/15_pack_overflow.dts with 100% similarity]
tools/binman/test/016_pack_image_overflow.dts [moved from tools/binman/test/16_pack_image_overflow.dts with 100% similarity]
tools/binman/test/017_pack_image_size.dts [moved from tools/binman/test/17_pack_image_size.dts with 100% similarity]
tools/binman/test/018_pack_image_align.dts [moved from tools/binman/test/18_pack_image_align.dts with 100% similarity]
tools/binman/test/019_pack_inv_image_align.dts [moved from tools/binman/test/19_pack_inv_image_align.dts with 100% similarity]
tools/binman/test/020_pack_inv_image_align_power2.dts [moved from tools/binman/test/20_pack_inv_image_align_power2.dts with 100% similarity]
tools/binman/test/021_image_pad.dts [moved from tools/binman/test/21_image_pad.dts with 100% similarity]
tools/binman/test/022_image_name.dts [moved from tools/binman/test/22_image_name.dts with 100% similarity]
tools/binman/test/023_blob.dts [moved from tools/binman/test/23_blob.dts with 100% similarity]
tools/binman/test/024_sorted.dts [moved from tools/binman/test/24_sorted.dts with 100% similarity]
tools/binman/test/025_pack_zero_size.dts [moved from tools/binman/test/25_pack_zero_size.dts with 100% similarity]
tools/binman/test/026_pack_u_boot_dtb.dts [moved from tools/binman/test/26_pack_u_boot_dtb.dts with 100% similarity]
tools/binman/test/027_pack_4gb_no_size.dts [moved from tools/binman/test/27_pack_4gb_no_size.dts with 100% similarity]
tools/binman/test/028_pack_4gb_outside.dts [moved from tools/binman/test/28_pack_4gb_outside.dts with 100% similarity]
tools/binman/test/029_x86-rom.dts [moved from tools/binman/test/29_x86-rom.dts with 100% similarity]
tools/binman/test/030_x86-rom-me-no-desc.dts [moved from tools/binman/test/30_x86-rom-me-no-desc.dts with 100% similarity]
tools/binman/test/031_x86-rom-me.dts [moved from tools/binman/test/31_x86-rom-me.dts with 100% similarity]
tools/binman/test/032_intel-vga.dts [moved from tools/binman/test/32_intel-vga.dts with 100% similarity]
tools/binman/test/033_x86-start16.dts [moved from tools/binman/test/33_x86-start16.dts with 100% similarity]
tools/binman/test/034_x86_ucode.dts [moved from tools/binman/test/34_x86_ucode.dts with 100% similarity]
tools/binman/test/035_x86_single_ucode.dts [moved from tools/binman/test/35_x86_single_ucode.dts with 100% similarity]
tools/binman/test/036_u_boot_img.dts [moved from tools/binman/test/36_u_boot_img.dts with 100% similarity]
tools/binman/test/037_x86_no_ucode.dts [moved from tools/binman/test/37_x86_no_ucode.dts with 100% similarity]
tools/binman/test/038_x86_ucode_missing_node.dts [moved from tools/binman/test/38_x86_ucode_missing_node.dts with 100% similarity]
tools/binman/test/039_x86_ucode_missing_node2.dts [moved from tools/binman/test/39_x86_ucode_missing_node2.dts with 100% similarity]
tools/binman/test/040_x86_ucode_not_in_image.dts [moved from tools/binman/test/40_x86_ucode_not_in_image.dts with 100% similarity]
tools/binman/test/041_unknown_pos_size.dts [moved from tools/binman/test/41_unknown_pos_size.dts with 100% similarity]
tools/binman/test/042_intel-fsp.dts [moved from tools/binman/test/42_intel-fsp.dts with 100% similarity]
tools/binman/test/043_intel-cmc.dts [moved from tools/binman/test/43_intel-cmc.dts with 100% similarity]
tools/binman/test/044_x86_optional_ucode.dts [moved from tools/binman/test/44_x86_optional_ucode.dts with 100% similarity]
tools/binman/test/045_prop_test.dts [moved from tools/binman/test/45_prop_test.dts with 100% similarity]
tools/binman/test/046_intel-vbt.dts [moved from tools/binman/test/46_intel-vbt.dts with 100% similarity]
tools/binman/test/047_spl_bss_pad.dts [moved from tools/binman/test/47_spl_bss_pad.dts with 100% similarity]
tools/binman/test/048_x86-start16-spl.dts [moved from tools/binman/test/48_x86-start16-spl.dts with 100% similarity]
tools/binman/test/049_x86_ucode_spl.dts [moved from tools/binman/test/49_x86_ucode_spl.dts with 100% similarity]
tools/binman/test/050_intel_mrc.dts [moved from tools/binman/test/50_intel_mrc.dts with 100% similarity]
tools/binman/test/051_u_boot_spl_dtb.dts [moved from tools/binman/test/51_u_boot_spl_dtb.dts with 100% similarity]
tools/binman/test/052_u_boot_spl_nodtb.dts [moved from tools/binman/test/52_u_boot_spl_nodtb.dts with 100% similarity]
tools/binman/test/053_symbols.dts [moved from tools/binman/test/53_symbols.dts with 100% similarity]
tools/binman/test/054_unit_address.dts [moved from tools/binman/test/54_unit_address.dts with 100% similarity]
tools/binman/test/055_sections.dts [moved from tools/binman/test/55_sections.dts with 100% similarity]
tools/binman/test/056_name_prefix.dts [moved from tools/binman/test/56_name_prefix.dts with 100% similarity]
tools/binman/test/057_unknown_contents.dts [moved from tools/binman/test/57_unknown_contents.dts with 100% similarity]
tools/binman/test/058_x86_ucode_spl_needs_retry.dts [moved from tools/binman/test/58_x86_ucode_spl_needs_retry.dts with 100% similarity]
tools/binman/test/059_change_size.dts [moved from tools/binman/test/59_change_size.dts with 100% similarity]
tools/binman/test/060_fdt_update.dts [moved from tools/binman/test/60_fdt_update.dts with 100% similarity]
tools/binman/test/061_fdt_update_bad.dts [moved from tools/binman/test/61_fdt_update_bad.dts with 100% similarity]
tools/binman/test/062_entry_args.dts [moved from tools/binman/test/62_entry_args.dts with 100% similarity]
tools/binman/test/063_entry_args_missing.dts [moved from tools/binman/test/63_entry_args_missing.dts with 100% similarity]
tools/binman/test/064_entry_args_required.dts [moved from tools/binman/test/64_entry_args_required.dts with 100% similarity]
tools/binman/test/065_entry_args_unknown_datatype.dts [moved from tools/binman/test/65_entry_args_unknown_datatype.dts with 100% similarity]
tools/binman/test/066_text.dts [moved from tools/binman/test/66_text.dts with 100% similarity]
tools/binman/test/067_fmap.dts [moved from tools/binman/test/67_fmap.dts with 100% similarity]
tools/binman/test/068_blob_named_by_arg.dts [moved from tools/binman/test/68_blob_named_by_arg.dts with 100% similarity]
tools/binman/test/069_fill.dts [moved from tools/binman/test/69_fill.dts with 100% similarity]
tools/binman/test/070_fill_no_size.dts [moved from tools/binman/test/70_fill_no_size.dts with 100% similarity]
tools/binman/test/071_gbb.dts [moved from tools/binman/test/71_gbb.dts with 100% similarity]
tools/binman/test/072_gbb_too_small.dts [moved from tools/binman/test/72_gbb_too_small.dts with 100% similarity]
tools/binman/test/073_gbb_no_size.dts [moved from tools/binman/test/73_gbb_no_size.dts with 100% similarity]
tools/binman/test/074_vblock.dts [moved from tools/binman/test/74_vblock.dts with 100% similarity]
tools/binman/test/075_vblock_no_content.dts [moved from tools/binman/test/75_vblock_no_content.dts with 100% similarity]
tools/binman/test/076_vblock_bad_phandle.dts [moved from tools/binman/test/76_vblock_bad_phandle.dts with 100% similarity]
tools/binman/test/077_vblock_bad_entry.dts [moved from tools/binman/test/77_vblock_bad_entry.dts with 100% similarity]
tools/binman/test/078_u_boot_tpl.dts [moved from tools/binman/test/78_u_boot_tpl.dts with 100% similarity]
tools/binman/test/079_uses_pos.dts [moved from tools/binman/test/79_uses_pos.dts with 100% similarity]
tools/binman/test/080_fill_empty.dts [moved from tools/binman/test/80_fill_empty.dts with 100% similarity]
tools/binman/test/081_x86-start16-tpl.dts [moved from tools/binman/test/81_x86-start16-tpl.dts with 100% similarity]
tools/binman/test/082_fdt_update_all.dts [moved from tools/binman/test/82_fdt_update_all.dts with 100% similarity]
tools/binman/test/083_compress.dts [moved from tools/binman/test/83_compress.dts with 100% similarity]
tools/binman/test/084_files.dts [moved from tools/binman/test/84_files.dts with 100% similarity]
tools/binman/test/085_files_compress.dts [moved from tools/binman/test/85_files_compress.dts with 100% similarity]
tools/binman/test/086_files_none.dts [moved from tools/binman/test/86_files_none.dts with 100% similarity]
tools/binman/test/087_files_no_pattern.dts [moved from tools/binman/test/87_files_no_pattern.dts with 100% similarity]
tools/binman/test/088_expand_size.dts [moved from tools/binman/test/88_expand_size.dts with 100% similarity]
tools/binman/test/089_expand_size_bad.dts [moved from tools/binman/test/89_expand_size_bad.dts with 100% similarity]
tools/binman/test/090_hash.dts [moved from tools/binman/test/90_hash.dts with 100% similarity]
tools/binman/test/091_hash_no_algo.dts [moved from tools/binman/test/91_hash_no_algo.dts with 100% similarity]
tools/binman/test/092_hash_bad_algo.dts [moved from tools/binman/test/92_hash_bad_algo.dts with 100% similarity]
tools/binman/test/093_x86_tpl_ucode.dts [moved from tools/binman/test/93_x86_tpl_ucode.dts with 100% similarity]
tools/binman/test/094_fmap_x86.dts [moved from tools/binman/test/94_fmap_x86.dts with 100% similarity]
tools/binman/test/095_fmap_x86_section.dts [moved from tools/binman/test/95_fmap_x86_section.dts with 100% similarity]
tools/binman/test/096_elf.dts [moved from tools/binman/test/96_elf.dts with 100% similarity]
tools/binman/test/097_elf_strip.dts [moved from tools/binman/test/97_elf_strip.dts with 100% similarity]
tools/binman/test/099_hash_section.dts [moved from tools/binman/test/99_hash_section.dts with 100% similarity]