tests: net: wifi_credentials: restrict to native_sim

Adjust the testcase.yaml files to only allow running on native_sim.
These tests use mocking and are not meant to run on embedded platforms.

Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
This commit is contained in:
Maximilian Deubel 2024-10-24 16:37:54 +02:00 committed by David Leach
parent 3d4f83aaac
commit d56e22d425
3 changed files with 6 additions and 0 deletions

View File

@ -2,5 +2,7 @@ tests:
net.wifi_credentials:
tags:
- net
platform_allow:
- native_sim
integration_platforms:
- native_sim

View File

@ -2,5 +2,7 @@ tests:
net.wifi_credentials_backend_psa:
tags:
- net
platform_allow:
- native_sim
integration_platforms:
- native_sim

View File

@ -2,5 +2,7 @@ tests:
net.wifi_credentials_backend_settings:
tags:
- net
platform_allow:
- native_sim
integration_platforms:
- native_sim