Skip to content

Commit

Permalink
tests: maxim_ds3231_api: use fixture
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nashif committed May 21, 2020
1 parent 74586a0 commit a05907e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/drivers/counter/maxim_ds3231_api/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
tests:
drivers.counter.maxim_ds3231:
tags: drivers
depends_on: counter
depends_on: counter i2c
min_ram: 16
timeout: 400
filter: dt_compat_enabled("maxim,ds3231")
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51dk_nrf51422 nrf52840dk_nrf52840 nucleo_l476rg particle_xenon
harness: ztest
harness_config:
fixture: maxim_ds3231

0 comments on commit a05907e

Please sign in to comment.