zephyr/tests/bluetooth/shell/testcase.ini
Johan Hedberg ba7b6b1ced Bluetooth: tests/shell: Limit BR/EDR configuration to Qemu for now
The BR/EDR configuration doesn't fit e.g. the Arduino 101 anymore.
Limit it to Qemu for the time being, which is anyway the primary
target where the functionality is being tested.

Change-Id: I9a34c82157d56079e43acabe29eeadd6d99e03fe
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-04-09 19:05:34 +03:00

20 lines
445 B
INI

[test]
tags = bluetooth
build_only = true
platform_whitelist = qemu_cortex_m3 qemu_x86 arduino_101
[test_nble]
tags = bluetooth
build_only = true
extra_args = CONF_FILE="prj_nble.conf"
filter = CONFIG_SOC_QUARK_SE_C1000
[test_br]
tags = bluetooth
build_only = true
extra_args = CONF_FILE="prj_br.conf"
platform_whitelist = qemu_cortex_m3 qemu_x86
platform_exclude = quark_d2000_crb
# Do not run for debug daily build
filter = not CONFIG_DEBUG