diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-24 07:23:02 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:02 -0600 |
commit | dfdd2b62173e473580e51804b718389bad37ee3a (patch) | |
tree | 21e8aa3eade3e5ef8c99ad21ec62ea1d42979a33 /tools/binman | |
parent | 9255f3c58ef509ea8d6480edcb0bd332b99ee63a (diff) | |
download | u-boot-dfdd2b62173e473580e51804b718389bad37ee3a.tar.gz |
binman: Rename some two-digit test files
Two of the test files somehow were not converted to three digits. Fix
them, using the next available numbers.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r-- | tools/binman/ftest.py | 4 | ||||
-rw-r--r-- | tools/binman/test/098_4gb_and_skip_at_start_together.dts (renamed from tools/binman/test/80_4gb_and_skip_at_start_together.dts) | 0 | ||||
-rw-r--r-- | tools/binman/test/150_powerpc_mpc85xx_bootpg_resetvec.dts (renamed from tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 2e85a87e30..fe3365255f 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -906,7 +906,7 @@ class TestFunctional(unittest.TestCase): """Test that the end-at-4gb and skip-at-size property can't be used together""" with self.assertRaises(ValueError) as e: - self._DoTestFile('80_4gb_and_skip_at_start_together.dts') + self._DoTestFile('098_4gb_and_skip_at_start_together.dts') self.assertIn("Image '/binman': Provide either 'end-at-4gb' or " "'skip-at-start'", str(e.exception)) @@ -962,7 +962,7 @@ class TestFunctional(unittest.TestCase): def testPackPowerpcMpc85xxBootpgResetvec(self): """Test that an image with powerpc-mpc85xx-bootpg-resetvec can be created""" - data = self._DoReadFile('81_powerpc_mpc85xx_bootpg_resetvec.dts') + data = self._DoReadFile('150_powerpc_mpc85xx_bootpg_resetvec.dts') self.assertEqual(PPC_MPC85XX_BR_DATA, data[:len(PPC_MPC85XX_BR_DATA)]) def _RunMicrocodeTest(self, dts_fname, nodtb_data, ucode_second=False): diff --git a/tools/binman/test/80_4gb_and_skip_at_start_together.dts b/tools/binman/test/098_4gb_and_skip_at_start_together.dts index 90c467d910..90c467d910 100644 --- a/tools/binman/test/80_4gb_and_skip_at_start_together.dts +++ b/tools/binman/test/098_4gb_and_skip_at_start_together.dts diff --git a/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts b/tools/binman/test/150_powerpc_mpc85xx_bootpg_resetvec.dts index 8f4b16c399..8f4b16c399 100644 --- a/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts +++ b/tools/binman/test/150_powerpc_mpc85xx_bootpg_resetvec.dts |