zephyr/samples/hello_world/sample.yaml
Anas Nashif deaab90641 tests/samples: cleanup tags
Remove redundant 'sample' tag and add something that matches the
functionality and features being tested, demonstrated.

Avoid short abbriviations and using full names for fs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-16 09:17:51 -04:00

16 lines
303 B
YAML

sample:
description: Hello World sample, the simplest Zephyr
application
name: hello world
platforms: all
common:
tags: introduction
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.helloworld:
tags: introduction