
6 May
2021
6 May
'21
1:37 a.m.
Hi Bin,
On Wed, 5 May 2021 at 08:16, Bin Meng bmeng.cn@gmail.com wrote:
It should be 171_fit_fdt_missing_prop.dts.
Signed-off-by: Bin Meng bmeng.cn@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