summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-08-04 02:23:58 +0300
committerSimon Glass <sjg@chromium.org>2023-08-05 20:31:59 +0300
commit93a203d38b520db64e041e66f6bdad39ee5a3366 (patch)
tree80b1e2b2a4a51740133f431d3cc9670fbdf3d31f /tools
parent9787da0d32c2d58bae790a16ded0fe0c150c3280 (diff)
downloadu-boot-93a203d38b520db64e041e66f6bdad39ee5a3366.tar.xz
binman: Renumber 291 and 292 test files
These have ended up with the same numbers as earlier files. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/ftest.py4
-rw-r--r--tools/binman/test/309_template_phandle.dts (renamed from tools/binman/test/291_template_phandle.dts)0
-rw-r--r--tools/binman/test/310_template_phandle_dup.dts (renamed from tools/binman/test/292_template_phandle_dup.dts)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 36428ec343..78389b34a7 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -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',
diff --git a/tools/binman/test/291_template_phandle.dts b/tools/binman/test/309_template_phandle.dts
index c4ec1dd41b..c4ec1dd41b 100644
--- a/tools/binman/test/291_template_phandle.dts
+++ b/tools/binman/test/309_template_phandle.dts
diff --git a/tools/binman/test/292_template_phandle_dup.dts b/tools/binman/test/310_template_phandle_dup.dts
index dc86f06463..dc86f06463 100644
--- a/tools/binman/test/292_template_phandle_dup.dts
+++ b/tools/binman/test/310_template_phandle_dup.dts