Add a fixture since we need at least two boards connected for this test to run correctly w/real hardware. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
257 B
YAML
13 lines
257 B
YAML
sample:
|
|
name: ISO-TP lib sample
|
|
tests:
|
|
sample.subsys.canbus.isotp:
|
|
tags: CAN
|
|
depends_on: can
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "(.*)Got 248 bytes in total"
|
|
fixture: fixture_can_two_boards
|