tests: move NRFS tests under tests/boards/nrf

This is not a Zephyr subsystem. It is unique to NRF.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-04-02 04:23:02 -04:00 committed by Benjamin Cabé
commit 65551f2a99
9 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ NRFS services request handling performance.
These reaquest are propagated over IPC. These reaquest are propagated over IPC.
MRAM latency serivice and Temperature service MRAM latency service and Temperature service
are used as benchmarks. are used as benchmarks.

View file

@ -11,4 +11,4 @@ common:
sysbuild: true sysbuild: true
tests: tests:
subsys.nrfs.stress_test: {} boards.nrf.nrfs.stress_test: {}