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>
15 lines
246 B
YAML
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"
|