zephyr/samples/subsys/fs/zms/sample.yaml
Alberto Escolar Piedras cc2d31f4da samples/subsys/fs/zms: Allow it to run and add check
This sample could not run on any target as it depedend on zms
which is set by no board.
But it seems to run just fine in both allowed platforms,
so let's add a trivial twister check (so it actually passes instead
of waiting for ever), and remove that `depends on`.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-02-27 13:27:46 +00:00

15 lines
246 B
YAML

sample:
name: ZMS Sample
tests:
sample.zms.basic:
tags: zms
platform_allow:
- qemu_x86
- native_sim
harness: console
harness_config:
type: one_line
regex:
- "Sample code finished Successfully"