[PATCH] cmd_ut: add a parameter prefix to the function cmd_ut_category

Tom Rini trini at konsulko.com
Wed Jan 8 21:13:08 CET 2020


On Tue, Dec 17, 2019 at 07:07:04PM +0100, Philippe Reynes wrote:

> There is black magic in the file conftest.py that list
> all the test unit. Then, all those test unit are called
> in pytest. This call is done with the end of the name
> (for example checksum if the full name is bloblist_test_checksum).
> 
> The result is that only test for dm are really executed.
> by pytest, all others tests are listed but never executed.
> 
> This behaviour happens because the dm test unit only check
> the end of the name and others tests checks the full name.
> 
> To fix this issue, I've added a prefix to the function
> cmd_ut_category, and this prefix is removed when looking
> for the unit test.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> Tested-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200108/c4688f15/attachment.sig>


More information about the U-Boot mailing list