From 3afb47887fccc04d2d71a402e178b3d3f4ac9640 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 22 Jun 2017 07:05:17 -0400 Subject: [PATCH] samples: hci_uart: optimize testcase definition Signed-off-by: Anas Nashif --- samples/bluetooth/hci_uart/sample.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/samples/bluetooth/hci_uart/sample.yaml b/samples/bluetooth/hci_uart/sample.yaml index c931492ea60..15545dd5a07 100644 --- a/samples/bluetooth/hci_uart/sample.yaml +++ b/samples/bluetooth/hci_uart/sample.yaml @@ -3,15 +3,11 @@ sample: name: TBD tests: - test_arm: - arch_whitelist: arm build_only: true - platform_whitelist: 96b_nitrogen nrf51_pca10028 - nrf52_pca10040 + platform_whitelist: 96b_nitrogen nrf51_pca10028 nrf52_pca10040 tags: uart bluetooth - test_nrf5: - arch_whitelist: arm build_only: true extra_args: CONF_FILE="nrf5.conf" - platform_whitelist: 96b_nitrogen nrf51_pca10028 - nrf52_pca10040 arduino_101_ble + platform_whitelist: 96b_nitrogen nrf51_pca10028 nrf52_pca10040 arduino_101_ble tags: uart bluetooth