Skip to content

Commit cd66e53

Browse files
nordic-bamicarlescufi
authored andcommitted
tests: drivers: Add alt config for 'tests/drivers/i2c/i2c_bme688'
'i2c_bme688' is an upstream test which requires NRF internal SHIELD. Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
1 parent f441cf9 commit cd66e53

File tree

1 file changed

+19
-0
lines changed
  • scripts/twister/alt/zephyr/tests/drivers/i2c/i2c_bme688

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
common:
2+
tags: drivers i2c
3+
depends_on: i2c
4+
harness: ztest
5+
tests:
6+
drivers.i2c.bme688_nrf54l:
7+
harness_config:
8+
fixture: pca63565
9+
extra_args:
10+
- SHIELD=pca63565
11+
platform_allow:
12+
- nrf54l15pdk/nrf54l15/cpuapp
13+
drivers.i2c.bme688_nrf54h:
14+
harness_config:
15+
fixture: pca63566
16+
extra_args:
17+
- SHIELD=pca63566
18+
platform_allow:
19+
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)