Add a simple sensing subsystem application. Signed-off-by: Guangfu Hu <guangfu.hu@intel.com>
17 lines
344 B
YAML
17 lines
344 B
YAML
sample:
|
|
description: A sensor framework sample
|
|
name: sensing sample
|
|
common:
|
|
tags: sensing
|
|
integration_platforms:
|
|
- native_posix
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "sensing subsystem run successfully"
|
|
tests:
|
|
sample.subsys.sensing.simple:
|
|
platform_allow: native_posix
|
|
tags: sensing
|