zephyr/tests/bluetooth/init/testcase.ini
Itankar, Piyush T d17a803dc9 Bluetooth: Init: Updated filiter options for test_20
Added filter options to avoid building for the Arduino_101
and Quark_se ARC core as there is not enough RAM to run this
test.

Change-Id: I0c1172714c9827e632648fcedc67555251f25769
Signed-off-by: Itankar, Piyush T <piyush.t.itankar@intel.com>
2016-09-15 14:48:22 +05:30

204 lines
4.1 KiB
INI

[test_micro]
tags = bluetooth
build_only = true
arch_whitelist = x86
kernel = micro
[test_nano]
tags = bluetooth
build_only = true
extra_args = KERNEL_TYPE=nano
filter = not CONFIG_UART_ALTERA_JTAG
kernel = nano
[test_controller]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_controller.conf
# Only run on nRF5x, the only supported radio
filter = CONFIG_SOC_FAMILY_NRF5
[test_controller_dbg]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_controller_dbg.conf
# Only run on nRF5x, the only supported radio
filter = CONFIG_SOC_FAMILY_NRF5
[test_h5]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_h5.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_h5_dbg]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_h5_dbg.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_0]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_0.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_1]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_1.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_2]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_2.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_3]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_3.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_4]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_4.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_5]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_5.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_6]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_6.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_7]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_7.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_8]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_8.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_9]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_9.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_10]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_10.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_11]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_11.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_12]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_12.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_13]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_13.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_14]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_14.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_15]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_15.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_16]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_16.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_17]
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
[test_18]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_18.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_19]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_19.conf
filter = not CONFIG_UART_ALTERA_JTAG
[test_20]
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
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and
not CONFIG_BOARD_QUARK_SE_SSS_DEVBOARD and
not CONFIG_BOARD_ARDUINO_101_SSS
[test_21]
tags = bluetooth
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