From 6ce68cb6cbd929d9816b18d8427374084789efb7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 15 Oct 2016 16:49:01 -0400 Subject: [PATCH] Bluetooth: tests: Limit BR/EDR tests to only qemu No other board has BR/EDR support at the moment, and we're too easily hitting RAM limits on them. Change-Id: I81c800f979d34bd58f73a34c1038a9327556adb2 Signed-off-by: Anas Nashif --- tests/bluetooth/init/testcase.ini | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/bluetooth/init/testcase.ini b/tests/bluetooth/init/testcase.ini index cb18af66a5e..015b43a8c6c 100644 --- a/tests/bluetooth/init/testcase.ini +++ b/tests/bluetooth/init/testcase.ini @@ -164,23 +164,21 @@ tags = bluetooth build_only = true kernel = micro extra_args = CONF_FILE=prj_17.conf -# exclude STM32F103RB SoC and the Nios IIf, not enough RAM to run this test -filter : not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and - not CONFIG_SOC_NIOS2F_ZEPHYR +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_18] tags = bluetooth build_only = true kernel = micro extra_args = CONF_FILE=prj_18.conf -filter = not CONFIG_UART_ALTERA_JTAG +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_19] tags = bluetooth build_only = true kernel = micro extra_args = CONF_FILE=prj_19.conf -filter = not CONFIG_UART_ALTERA_JTAG +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_20] tags = bluetooth @@ -189,9 +187,7 @@ 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 -filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and - not CONFIG_BOARD_QUARK_SE_C1000_DEVBOARD_SS and - not CONFIG_BOARD_ARDUINO_101_SSS +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_21] tags = bluetooth @@ -199,5 +195,5 @@ build_only = true kernel = micro extra_args = CONF_FILE=prj_21.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