]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Renumber 291 and 292 test files
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2023 23:23:58 +0000 (17:23 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 5 Aug 2023 17:31:59 +0000 (11:31 -0600)
These have ended up with the same numbers as earlier files. Fix them.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/binman/test/309_template_phandle.dts [moved from tools/binman/test/291_template_phandle.dts with 100% similarity]
tools/binman/test/310_template_phandle_dup.dts [moved from tools/binman/test/292_template_phandle_dup.dts with 100% similarity]

index 36428ec343421b8694f88cc487bea0f25bf7f511..78389b34a713d84cb4c3f5a4222064c3553ae5fd 100644 (file)
@@ -6974,7 +6974,7 @@ fdt         fdtmap                Extract the devicetree blob from the fdtmap
         entry_args = {
             'atf-bl31-path': 'bl31.elf',
         }
-        data = self._DoReadFileDtb('291_template_phandle.dts',
+        data = self._DoReadFileDtb('309_template_phandle.dts',
                                    entry_args=entry_args)
         fname = tools.get_output_filename('image.bin')
         out = tools.run('dumpimage', '-l', fname)
@@ -6990,7 +6990,7 @@ fdt         fdtmap                Extract the devicetree blob from the fdtmap
             'atf-bl31-path': 'bl31.elf',
         }
         with self.assertRaises(ValueError) as e:
-            self._DoReadFileDtb('292_template_phandle_dup.dts',
+            self._DoReadFileDtb('310_template_phandle_dup.dts',
                                 entry_args=entry_args)
         self.assertIn(
             'Duplicate phandle 1 in nodes /binman/image/fit/images/atf/atf-bl31 and /binman/image-2/fit/images/atf/atf-bl31',