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>
This commit is contained in:
parent
f163e11034
commit
6ce68cb6cb
1 changed files with 5 additions and 9 deletions
|
@ -164,23 +164,21 @@ tags = bluetooth
|
||||||
build_only = true
|
build_only = true
|
||||||
kernel = micro
|
kernel = micro
|
||||||
extra_args = CONF_FILE=prj_17.conf
|
extra_args = CONF_FILE=prj_17.conf
|
||||||
# exclude STM32F103RB SoC and the Nios IIf, not enough RAM to run this test
|
platform_whitelist = qemu_cortex_m3 qemu_x86
|
||||||
filter : not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and
|
|
||||||
not CONFIG_SOC_NIOS2F_ZEPHYR
|
|
||||||
|
|
||||||
[test_18]
|
[test_18]
|
||||||
tags = bluetooth
|
tags = bluetooth
|
||||||
build_only = true
|
build_only = true
|
||||||
kernel = micro
|
kernel = micro
|
||||||
extra_args = CONF_FILE=prj_18.conf
|
extra_args = CONF_FILE=prj_18.conf
|
||||||
filter = not CONFIG_UART_ALTERA_JTAG
|
platform_whitelist = qemu_cortex_m3 qemu_x86
|
||||||
|
|
||||||
[test_19]
|
[test_19]
|
||||||
tags = bluetooth
|
tags = bluetooth
|
||||||
build_only = true
|
build_only = true
|
||||||
kernel = micro
|
kernel = micro
|
||||||
extra_args = CONF_FILE=prj_19.conf
|
extra_args = CONF_FILE=prj_19.conf
|
||||||
filter = not CONFIG_UART_ALTERA_JTAG
|
platform_whitelist = qemu_cortex_m3 qemu_x86
|
||||||
|
|
||||||
[test_20]
|
[test_20]
|
||||||
tags = bluetooth
|
tags = bluetooth
|
||||||
|
@ -189,9 +187,7 @@ kernel = micro
|
||||||
extra_args = CONF_FILE=prj_20.conf
|
extra_args = CONF_FILE=prj_20.conf
|
||||||
# exclude STM32F103RB SoC and ARC core on ARDIONO_101 and QUARK_SE,
|
# exclude STM32F103RB SoC and ARC core on ARDIONO_101 and QUARK_SE,
|
||||||
# not enough RAM to run this test
|
# not enough RAM to run this test
|
||||||
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and
|
platform_whitelist = qemu_cortex_m3 qemu_x86
|
||||||
not CONFIG_BOARD_QUARK_SE_C1000_DEVBOARD_SS and
|
|
||||||
not CONFIG_BOARD_ARDUINO_101_SSS
|
|
||||||
|
|
||||||
[test_21]
|
[test_21]
|
||||||
tags = bluetooth
|
tags = bluetooth
|
||||||
|
@ -199,5 +195,5 @@ build_only = true
|
||||||
kernel = micro
|
kernel = micro
|
||||||
extra_args = CONF_FILE=prj_21.conf
|
extra_args = CONF_FILE=prj_21.conf
|
||||||
# exclude STM32F103RB SoC, not enough RAM to run this test
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue