For all remaining samples which now set their integration platform as native_posix(_64) switch them to native_sim(_64) Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
305 B
YAML
15 lines
305 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_sim
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "babbling on .*"
|