Commit 3ab5ab30 authored by Anas Nashif's avatar Anas Nashif
Browse files

sample: inclusive language: whitelist -> allow



Change whitelist->allow to be compatible with sanitycheck in zephyr.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 0f2c5855
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@ sample:
tests:
  sample.bootloader.mcuboot:
    tags: bootloader_mcuboot
    platform_whitelist: nrf52840dk_nrf52840 frdm_k64f
    platform_allow: nrf52840dk_nrf52840 frdm_k64f
  sample.bootloader.mcuboot.serial_recovery:
    extra_args: OVERLAY_CONFIG=serial_recovery.conf
    platform_whitelist:  nrf52840dk_nrf52840
    platform_allow:  nrf52840dk_nrf52840
    tags: bootloader_mcuboot
  sample.bootloader.mcuboot.usb_cdc_acm_recovery:
    tags: bootloader_mcuboot
    platform_whitelist:  nrf52840dongle_nrf52840
    platform_allow:  nrf52840dongle_nrf52840
  sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
    extra_args: OVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf
      DTC_OVERLAY_FILE=./boards/nrf52840_big.overlay
    platform_whitelist:  nrf52840dk_nrf52840
    platform_allow:  nrf52840dk_nrf52840
    tags: bootloader_mcuboot