forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestcase.yaml
46 lines (44 loc) · 1.1 KB
/
testcase.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
common:
sysbuild: true
depends_on: spi
tests:
tests.drivers.nrf_qspi_flash.qspi_multi_line_mode:
tags:
- ci_tests_drivers_flash
- drivers
- flash
- spi
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- ".*Flash erase succeeded.*"
- ".*Data read matches data written. Good.*"
tests.drivers.nrf_qspi_flash.qspi_single_line_mode:
tags:
- ci_tests_drivers_flash
- drivers
- flash
- spi
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
extra_args:
- EXTRA_DTC_OVERLAY_FILE="flash_cfg/mx25r64_single_line.overlay"
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- ".*Flash erase succeeded.*"
- ".*Data read matches data written. Good.*"