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:
parent
3d4f83aaac
commit
d56e22d425
3 changed files with 6 additions and 0 deletions
|
@ -2,5 +2,7 @@ tests:
|
||||||
net.wifi_credentials:
|
net.wifi_credentials:
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
|
platform_allow:
|
||||||
|
- native_sim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -2,5 +2,7 @@ tests:
|
||||||
net.wifi_credentials_backend_psa:
|
net.wifi_credentials_backend_psa:
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
|
platform_allow:
|
||||||
|
- native_sim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -2,5 +2,7 @@ tests:
|
||||||
net.wifi_credentials_backend_settings:
|
net.wifi_credentials_backend_settings:
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
|
platform_allow:
|
||||||
|
- native_sim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue