zephyr/samples/hello_world/sample.yaml
Anas Nashif f37287bbca samples: cleanup sample test naming
Cleanup test names and make them suitable for import into test
management system.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-06-11 17:11:18 -04:00

19 lines
447 B
YAML

sample:
description: Hello World sample, the simplest Zephyr
application
name: hello world
platforms: all
common:
tags: samples
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.helloworld.singlethread:
extra_args: CONF_FILE=prj_single.conf
filter: not CONFIG_BT and not CONFIG_GPIO_SCH and ASSERT == 0
sample.helloworld.multithread:
tags: samples