zephyr/tests/bluetooth/shell/testcase.ini
Andrew Boie b54355050d REVERTME: bluetooth: tests: disable some tests
bluetooth/shell and bluetooth/tester need to be disabled on
galileo and minnowboard respectively. On these platforms,
the IRQ for the UART console and the H4 are the same IRQ line.
IRQ_CONNECT() is being called on the same IRQ line twice, and
it's only through linker luck that these tests work at all
since one driver will "win" when the mapping is set up at build
time by gen_idt.

gen_idt was supposed to break the build in this situation but
was bugged. The next patch in the series fixes gen_idt.

Change-Id: Ib4a42b57181731121dfad50606c8362a9fd0277d
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-03-03 10:24:25 +00:00

50 lines
1.0 KiB
INI

[test_x86]
tags = bluetooth
build_only = true
arch_whitelist = x86
kernel = micro
# FIXME h4 and UART driver using same IRQ line on galileo
platform_exclude = galileo
[test_arm]
tags = bluetooth
build_only = true
arch_whitelist = arm
platform_exclude = arduino_due
kernel = micro
[test_nble]
tags = bluetooth
build_only = true
extra_args = CONF_FILE="prj_nble.conf"
arch_whitelist = x86
config_whitelist = CONFIG_SOC_QUARK_SE
platform_whitelist = arduino_101
kernel = micro
[test_x86_nano]
kernel = nano
tags = bluetooth
build_only = true
arch_whitelist = x86
extra_args = KERNEL_TYPE=nano
# FIXME h4 and UART driver using same IRQ line on galileo
platform_exclude = quark_d2000_crb galileo
[test_arm_nano]
kernel = nano
tags = bluetooth
build_only = true
arch_whitelist = arm
platform_exclude = arduino_due
extra_args = KERNEL_TYPE=nano
[test_nble_nano]
kernel = nano
tags = bluetooth
build_only = true
extra_args = CONF_FILE="prj_nble.conf" KERNEL_TYPE=nano
arch_whitelist = x86
config_whitelist = CONFIG_SOC_QUARK_SE
platform_whitelist = arduino_101