summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-10-15 16:49:01 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-10-15 16:49:04 -0400
commit6ce68cb6cbd929d9816b18d8427374084789efb7 (patch)
tree9340c7565a07c0aa7f1bf660182eff918f1ca693 /tests
parentf163e110343f1c273fc387a7d743bcd0ece6d3e0 (diff)
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 <anas.nashif@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bluetooth/init/testcase.ini14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/bluetooth/init/testcase.ini b/tests/bluetooth/init/testcase.ini
index cb18af66a..015b43a8c 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