Skip to content

Commit f11779b

Browse files
aescolarrghaddab
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit cc2d31f)
1 parent 3e99a41 commit f11779b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/subsys/fs/zms/sample.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ sample:
44
tests:
55
sample.zms.basic:
66
tags: zms
7-
depends_on: zms
87
platform_allow:
98
- qemu_x86
109
- native_sim
10+
harness: console
11+
harness_config:
12+
type: one_line
13+
regex:
14+
- "Sample code finished Successfully"

0 commit comments

Comments
 (0)