Add a sample that showcases the usqge of the UUID utilities. Signed-off-by: Simone Orru <simone.orru@secomind.com>
18 lines
356 B
YAML
18 lines
356 B
YAML
sample:
|
|
name: UUID
|
|
tests:
|
|
sample.subsys.uuid:
|
|
tags: uuid
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "UUID sample completed successfully"
|