|
| 1 | +sample: |
| 2 | + name: Low Power State Sample for nRF5x |
| 3 | +common: |
| 4 | + tags: |
| 5 | + - power |
| 6 | + - ci_samples_zephyr_boards_nordic_system_off |
| 7 | + timeout: 20 |
| 8 | +tests: |
| 9 | + nrf.extended.sample.boards.nrf.system_off: |
| 10 | + integration_platforms: |
| 11 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 12 | + platform_allow: |
| 13 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 14 | + harness: console |
| 15 | + harness_config: |
| 16 | + type: multi_line |
| 17 | + ordered: true |
| 18 | + regex: |
| 19 | + - "system off demo" |
| 20 | + - "Retained data not supported" |
| 21 | + - "Entering system off; press sw0 to restart" |
| 22 | + nrf.extended.sample.boards.nrf.system_off.retained_mem: |
| 23 | + integration_platforms: |
| 24 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 25 | + platform_allow: |
| 26 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 27 | + extra_configs: |
| 28 | + - CONFIG_APP_USE_RETAINED_MEM=y |
| 29 | + harness: console |
| 30 | + harness_config: |
| 31 | + type: multi_line |
| 32 | + ordered: true |
| 33 | + regex: |
| 34 | + - "system off demo" |
| 35 | + - "Retained data: INVALID" |
| 36 | + - "Boot count: 1" |
| 37 | + - "Off count: 0" |
| 38 | + - "Active Ticks:" |
| 39 | + - "Entering system off; press sw0 to restart" |
| 40 | + nrf.extended.sample.boards.nrf.system_off.grtc_wakeup: |
| 41 | + platform_allow: |
| 42 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 43 | + extra_configs: |
| 44 | + - CONFIG_GRTC_WAKEUP_ENABLE=y |
| 45 | + - CONFIG_GPIO_WAKEUP_ENABLE=n |
| 46 | + harness: console |
| 47 | + harness_config: |
| 48 | + type: multi_line |
| 49 | + ordered: true |
| 50 | + regex: |
| 51 | + - "system off demo" |
| 52 | + - "Retained data not supported" |
| 53 | + - "Entering system off; wait 2 seconds to restart" |
| 54 | + - "system off demo" |
| 55 | + - "Retained data not supported" |
| 56 | + - "Entering system off; wait 2 seconds to restart" |
| 57 | + - "system off demo" |
| 58 | + - "Retained data not supported" |
| 59 | + - "Entering system off; wait 2 seconds to restart" |
| 60 | + nrf.extended.sample.boards.nrf.system_off.retained_mem.grtc_wakeup: |
| 61 | + platform_allow: |
| 62 | + - nrf54l09pdk/nrf54l09/cpuapp |
| 63 | + extra_configs: |
| 64 | + - CONFIG_APP_USE_RETAINED_MEM=y |
| 65 | + - CONFIG_GRTC_WAKEUP_ENABLE=y |
| 66 | + - CONFIG_GPIO_WAKEUP_ENABLE=n |
| 67 | + harness: console |
| 68 | + harness_config: |
| 69 | + type: multi_line |
| 70 | + ordered: true |
| 71 | + regex: |
| 72 | + - "system off demo" |
| 73 | + - "Retained data: INVALID" |
| 74 | + - "Boot count: 1" |
| 75 | + - "Off count: 0" |
| 76 | + - "Active Ticks:" |
| 77 | + - "Entering system off; wait 2 seconds to restart" |
| 78 | + - "system off demo" |
| 79 | + - "Retained data: valid" |
| 80 | + - "Boot count: 2" |
| 81 | + - "Off count: 1" |
| 82 | + - "Active Ticks:" |
| 83 | + - "Entering system off; wait 2 seconds to restart" |
0 commit comments