- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
307 B
YAML
15 lines
307 B
YAML
sample:
|
|
name: CAN bus babbling node
|
|
tests:
|
|
sample.drivers.can.babbling:
|
|
tags: can
|
|
depends_on: can
|
|
filter: dt_chosen_enabled("zephyr,canbus")
|
|
integration_platforms:
|
|
- native_posix
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "babbling on .*"
|