Skip to content

Commit 04d27ec

Browse files
maxd-nordickrish2718
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit d56e22d)
1 parent ad81949 commit 04d27ec

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/net/lib/wifi_credentials/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ tests:
22
net.wifi_credentials:
33
tags:
44
- net
5+
platform_allow:
6+
- native_sim
57
integration_platforms:
68
- native_sim

tests/net/lib/wifi_credentials_backend_psa/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ tests:
22
net.wifi_credentials_backend_psa:
33
tags:
44
- net
5+
platform_allow:
6+
- native_sim
57
integration_platforms:
68
- native_sim

tests/net/lib/wifi_credentials_backend_settings/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ tests:
22
net.wifi_credentials_backend_settings:
33
tags:
44
- net
5+
platform_allow:
6+
- native_sim
57
integration_platforms:
68
- native_sim

0 commit comments

Comments
 (0)