Bluetooth: tests: Clean up platform whitelisting

Clean up left-overs from this getting fixed first in master.

Change-Id: Ief41ecfdeeb51fbc76f2fe045a412ff1643f69c9
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-10-16 09:02:22 +03:00
commit a2ee2b7eca

View file

@ -185,8 +185,6 @@ tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_20.conf
# exclude STM32F103RB SoC and ARC core on ARDIONO_101 and QUARK_SE,
# not enough RAM to run this test
platform_whitelist = qemu_cortex_m3 qemu_x86
[test_21]
@ -194,7 +192,6 @@ tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_21.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
platform_whitelist = qemu_cortex_m3 qemu_x86
[test_22]
@ -202,5 +199,4 @@ tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_22.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG
platform_whitelist = qemu_cortex_m3 qemu_x86