Hi Quentin,

Thank you for the patch.

On Wed, Dec 17, 2025 at 15:02, Quentin Schulz <[email protected]> wrote:

> From: Quentin Schulz <[email protected]>
>
> The option should be 'net_lwip' and not 'net lwip' (see all usage of it
> in the test code base).
>
> Fixes: 2bac578c5aba ("test: allow multiple config options in buildconfigspec")
> Signed-off-by: Quentin Schulz <[email protected]>

Reviewed-by: Mattijs Korpershoek <[email protected]>

> ---
>  doc/develop/pytest/usage.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst
> index df3821da20d..924bc185b51 100644
> --- a/doc/develop/pytest/usage.rst
> +++ b/doc/develop/pytest/usage.rst
> @@ -546,7 +546,7 @@ either of ``CONFIG_NET`` or ``CONFIG_NET_LWIP`` is set:
>  
>  .. code-block:: python
>  
> -    @pytest.mark.buildconfigspec('net', 'net lwip')
> +    @pytest.mark.buildconfigspec('net', 'net_lwip')
>  
>  The ``notbuildconfigspec()`` annotation can be used to require a 
> configuration
>  option not to be set. The following annotation requires ``CONFIG_RISCV=n``:
>
> ---
> base-commit: 47b50fb1125c539d80ed3e7f739c02c6486e1b52
> change-id: 20251217-doc-pytest-lwip-9a34f21454c9
>
> Best regards,
> -- 
> Quentin Schulz <[email protected]>

Reply via email to