[PATCH 1/1] test/py: Fix broken 'notbuildconfigspec' marker

Stephen Warren swarren at wwwdotorg.org
Tue Dec 24 19:28:23 CET 2019


On 12/24/19 8:19 AM, Cristian Ciocaltea wrote:
> Consider the following test sample:
> 
> @pytest.mark.buildconfigspec('fit')
> @pytest.mark.notbuildconfigspec('generate_acpi_table')
> def test_sample(u_boot_console):
> 
> Whatever the argument of the 'notbuildconfigspec' is,
> the test ends up being skipped with the message:
> 
> ('/uboot/test/py/conftest.py', 463,
>  'Skipped: .config feature "fit" enabled')

Reviewed-by: Stephen Warren <swarren at wwwdotorg.org>


More information about the U-Boot mailing list