Skip to content

Commit dc5bfdf

Browse files
nashifOleg
authored and
Oleg
committed
tests: maxim_ds3231_api: use fixture
This test depends on additional hardware being connected to the board, add a fixture and cleanup whitelist. Fixes zephyrproject-rtos#25177 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent aebe37b commit dc5bfdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
tests:
22
drivers.counter.maxim_ds3231:
33
tags: drivers
4-
depends_on: counter
4+
depends_on: counter i2c
55
min_ram: 16
66
timeout: 400
77
filter: dt_compat_enabled("maxim,ds3231")
8-
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51dk_nrf51422 nrf52840dk_nrf52840 nucleo_l476rg particle_xenon
8+
harness: ztest
9+
harness_config:
10+
fixture: maxim_ds3231

0 commit comments

Comments
 (0)