[PATCH 5/9] binman: test: Correct the name of 170_fit_fdt_missing_prop.dts

Simon Glass sjg at chromium.org
Thu May 6 01:37:44 CEST 2021


Hi Bin,

On Wed, 5 May 2021 at 08:16, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> It should be 171_fit_fdt_missing_prop.dts.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  tools/binman/ftest.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Are you sure you are on upstream/master? Which commit?

CI should stop errors like this. I don't see it in my tree.

>
> diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
> index 08f84cd32d..b0daccbc3b 100644
> --- a/tools/binman/ftest.py
> +++ b/tools/binman/ftest.py
> @@ -3862,7 +3862,7 @@ class TestFunctional(unittest.TestCase):
>      def testFitFdtMissingProp(self):
>          """Test handling of a missing 'fit,fdt-list' property"""
>          with self.assertRaises(ValueError) as e:
> -            self._DoReadFile('170_fit_fdt_missing_prop.dts')
> +            self._DoReadFile('171_fit_fdt_missing_prop.dts')
>          self.assertIn("Generator node requires 'fit,fdt-list' property",
>                        str(e.exception))

Regards,
Simon


More information about the U-Boot mailing list