zephyr: fix zephyr testcase extra_tags

dtc overlay should be transfered via DTC_OVERLAY_FILE,
not by DTC_OVERLAY.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2020-06-05 13:46:57 +02:00 committed by David Brown
parent 120efee34f
commit 97e966a226
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ tests:
platform_whitelist: nrf52840dongle_nrf52840
sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
extra_args: OVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf
DTC_OVERLAY=./boards/nrf52840_big.overlay
DTC_OVERLAY_FILE=./boards/nrf52840_big.overlay
platform_whitelist: nrf52840dk_nrf52840
tags: bootloader_mcuboot