Skip to content

Commit 64db4a8

Browse files
committed
[nrf fromlist] samples: subsys: usb: cdc_acm: Expand regex
Check more lines on the console to confirm correct sample operation. Upstream PR #: 93667 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 86f62d4 commit 64db4a8

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
sample:
22
name: CDC ACM USB
3+
common:
4+
depends_on: usbd
5+
tags: usb
6+
harness: console
7+
harness_config:
8+
type: multi_line
9+
regex:
10+
- "Wait for DTR"
11+
- "cdc_acm_echo: USBD message: CDC ACM control line state"
12+
- "cdc_acm_echo: USBD message: CDC ACM line coding"
13+
- "cdc_acm_echo: Baudrate 115200"
314
tests:
415
sample.usb_device_next.cdc-acm:
5-
depends_on: usbd
6-
tags: usb
716
integration_platforms:
817
- nrf52840dk/nrf52840
918
- nrf54h20dk/nrf54h20/cpuapp
@@ -16,20 +25,8 @@ tests:
1625
- max32690evkit/max32690/m4
1726
- samd21_xpro
1827
- same54_xpro
19-
harness: console
20-
harness_config:
21-
type: one_line
22-
regex:
23-
- "Wait for DTR"
2428
sample.usb_device_next.cdc-acm-workqueue:
25-
depends_on: usbd
26-
tags: usb
2729
extra_args:
2830
- DCONFIG_USBD_CDC_ACM_WORKQUEUE=y
2931
integration_platforms:
3032
- frdm_k64f
31-
harness: console
32-
harness_config:
33-
type: one_line
34-
regex:
35-
- "Wait for DTR"

0 commit comments

Comments
 (0)