Skip to content

Commit c081c9f

Browse files
nordic-krchrlubos
authored andcommitted
tests: zephyr: drivers: timer: nrf_grtc_timer: Update config
Align test configuration with Zephyr test. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 8a79fde commit c081c9f

File tree

3 files changed

+31
-24
lines changed

3 files changed

+31
-24
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
CONFIG_ZTEST=y
22
CONFIG_NRF_GRTC_TIMER=y
3+
CONFIG_COUNTER=y
4+
CONFIG_TEST_RANDOM_GENERATOR=y
5+
CONFIG_XOSHIRO_RANDOM_GENERATOR=y
Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
1+
common:
2+
tags:
3+
- drivers
4+
- ci_tests_zephyr_drivers_timer
5+
platform_allow:
6+
- nrf54lm20pdk/nrf54lm20a/cpuapp
7+
- nrf54lm20pdk/nrf54lm20a/cpuflpr
8+
- [email protected]/nrf54lm20a/cpuapp
9+
- [email protected]/nrf54lm20a/cpuflpr
10+
- [email protected]/nrf54lm20a/cpuapp
11+
- [email protected]/nrf54lm20a/cpuflpr
12+
- [email protected]/nrf54lm20a/cpuapp
13+
- [email protected]/nrf54lm20a/cpuflpr
14+
- nrf54lv10dk/nrf54lv10a/cpuapp
15+
- [email protected]/nrf54lv10a/cpuapp
16+
- [email protected]/nrf54lv10a/cpuapp
17+
- nrf54lv10dk/nrf54lv10a/cpuflpr
18+
- [email protected]/nrf54lv10a/cpuflpr
19+
- [email protected]/nrf54lv10a/cpuflpr
20+
integration_platforms:
21+
- nrf54lm20pdk/nrf54lm20a/cpuapp
22+
- nrf54lv10dk/nrf54lv10a/cpuapp
23+
timeout: 45
124
tests:
2-
nrf.extended.drivers.timer.nrf_grtc_timer:
3-
tags:
4-
- drivers
5-
- ci_tests_zephyr_drivers_timer
6-
platform_allow:
7-
- nrf54lm20pdk/nrf54lm20a/cpuapp
8-
- nrf54lm20pdk/nrf54lm20a/cpuflpr
9-
- [email protected]/nrf54lm20a/cpuapp
10-
- [email protected]/nrf54lm20a/cpuflpr
11-
- [email protected]/nrf54lm20a/cpuapp
12-
- [email protected]/nrf54lm20a/cpuflpr
13-
- [email protected]/nrf54lm20a/cpuapp
14-
- [email protected]/nrf54lm20a/cpuflpr
15-
- nrf54lv10dk/nrf54lv10a/cpuapp
16-
- [email protected]/nrf54lv10a/cpuapp
17-
- [email protected]/nrf54lv10a/cpuapp
18-
- nrf54lv10dk/nrf54lv10a/cpuflpr
19-
- [email protected]/nrf54lv10a/cpuflpr
20-
- [email protected]/nrf54lv10a/cpuflpr
21-
integration_platforms:
22-
- nrf54lm20pdk/nrf54lm20a/cpuapp
23-
- nrf54lv10dk/nrf54lv10a/cpuapp
24-
timeout: 30
25+
nrf.extended.drivers.timer.nrf_grtc_timer: {}
26+
nrf.extended.drivers.timer.nrf_grtc_timer.no_assert:
27+
extra_configs:
28+
- CONFIG_ASSERT=n

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/2740/head
68+
revision: 8af4f9f53d90c24ce275dc364aa035eb544a155e
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)