sample:
  description: Bluetooth Low Energy Direct Test Mode sample
  name: Bluetooth LE Direct Test Mode
tests:
  sample.bluetooth.direct_test_mode:
    build_only: true
    integration_platforms:
      - nrf5340dk_nrf5340_cpunet
      - nrf21540dk_nrf52840
    platform_allow: nrf5340dk_nrf5340_cpunet nrf21540dk_nrf52840
    tags: bluetooth ci_build
  sample.bluetooth.direct_test_mode.nrf5340_nrf21540:
    build_only: true
    extra_args: SHIELD=nrf21540_ek
    integration_platforms:
      - nrf5340dk_nrf5340_cpunet
    platform_allow: nrf5340dk_nrf5340_cpunet
    tags: bluetooth ci_build
  sample.bluetooth.direct_test_mode.nrf5340_usb:
    build_only: true
    extra_configs:
      - CONFIG_DTM_USB=y
    integration_platforms:
      - nrf5340dk_nrf5340_cpunet
    platform_allow: nrf5340dk_nrf5340_cpunet
    tags: bluetooth ci_build
  sample.bluetooth.direct_test_mode.nrf5340_nrf21540_usb:
    build_only: true
    extra_args: SHIELD=nrf21540_ek
    extra_configs:
      - CONFIG_DTM_USB=y
    integration_platforms:
      - nrf5340dk_nrf5340_cpunet
    platform_allow: nrf5340dk_nrf5340_cpunet
    tags: bluetooth ci_build
  sample.bluetooth.direct_test_mode.nrf5340_nrf21540.no_automatic_power:
    build_only: true
    extra_args: SHIELD=nrf21540_ek
    extra_configs:
      - CONFIG_DTM_POWER_CONTROL_AUTOMATIC=n
    integration_platforms:
      - nrf5340dk_nrf5340_cpunet
    platform_allow: nrf5340dk_nrf5340_cpunet
    tags: bluetooth ci_build
