
24 Dec
2019
24 Dec
'19
7:28 p.m.
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@wwwdotorg.org