tests: drivers: regulator: voltage: use specific fixture/overlays
The same board can be used to test multiple regulators, so let's explicitely set overlays and fixture name. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e59e38532a
commit
77526a17c5
2 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@
|
||||||
common:
|
common:
|
||||||
tags: drivers regulator
|
tags: drivers regulator
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
|
||||||
fixture: regulator_output_to_adc
|
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.regulator.voltage.nrf52840dk_nrf52840_npm6001:
|
drivers.regulator.voltage.nrf52840dk_nrf52840_npm6001:
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_args: SHIELD=npm6001_ek
|
extra_args: DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_npm6001.overlay SHIELD=npm6001_ek
|
||||||
|
harness_config:
|
||||||
|
fixture: npm6001_ek_to_adc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue