1sample:
2  name: ADC driver sequence sample
3tests:
4  sample.drivers.adc.adc_sequence:
5    tags:
6      - adc
7    depends_on: adc
8    platform_allow:
9      - cy8cproto_063_ble
10      - cy8cproto_062_4343w
11      - nrf52840dk/nrf52840
12      - nrf54l15dk/nrf54l15/cpuapp
13      - nrf54h20dk/nrf54h20/cpuapp
14      - ucans32k1sic
15      - frdm_mcxc242
16      - stm32f3_disco
17    integration_platforms:
18      - nrf52840dk/nrf52840
19    harness: console
20    timeout: 10
21    harness_config:
22      type: multi_line
23      regex:
24        - "ADC sequence reading \\[\\d+\\]:"
25        - "- .+, channel \\d+, \\d+ sequence samples:"
26        - "- - \\d+ (= \\d+mV)|(\\(value in mV not available\\))"
27