Skip to content

Commit

Permalink
tests: drivers: Add alt config for 'tests/drivers/i2c/i2c_bme688'
Browse files Browse the repository at this point in the history
'i2c_bme688' is an upstream test
which requires NRF internal SHIELD.

Signed-off-by: Bartosz Miller <[email protected]>
  • Loading branch information
nordic-bami authored and carlescufi committed May 15, 2024
1 parent f441cf9 commit cd66e53
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
common:
tags: drivers i2c
depends_on: i2c
harness: ztest
tests:
drivers.i2c.bme688_nrf54l:
harness_config:
fixture: pca63565
extra_args:
- SHIELD=pca63565
platform_allow:
- nrf54l15pdk/nrf54l15/cpuapp
drivers.i2c.bme688_nrf54h:
harness_config:
fixture: pca63566
extra_args:
- SHIELD=pca63566
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp

0 comments on commit cd66e53

Please sign in to comment.