-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.yaml
More file actions
34 lines (34 loc) · 820 Bytes
/
Copy pathsample.yaml
File metadata and controls
34 lines (34 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sample:
name: ISO-TP sample
tests:
sample.subsys.canbus.isotp:
tags:
- can
- isotp
depends_on: can
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
extra_configs:
- CONFIG_SAMPLE_LOOPBACK_MODE=y
harness: console
harness_config:
type: one_line
regex:
- "(.*)Got 247 bytes in total"
sample.subsys.canbus.isotp.fd:
tags:
- can
- isotp
depends_on: can
extra_configs:
- CONFIG_SAMPLE_LOOPBACK_MODE=y
- CONFIG_SAMPLE_CAN_FD_MODE=y
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
harness: console
harness_config:
type: one_line
regex:
- "(.*)Got 247 bytes in total"