zephyr/samples/drivers/can/counter/sample.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- 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>
2023-06-13 09:38:27 -04:00

15 lines
361 B
YAML

sample:
name: CAN driver counter sample
tests:
sample.drivers.can.counter:
tags: can
depends_on: can
integration_platforms:
- native_posix
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
harness: console
harness_config:
type: one_line
regex:
- "Counter received: (.*)"