summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-10-07 15:04:59 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-10-16 09:00:57 +0300
commit8661b7c258f0c0a46b042901b146f2bba680686e (patch)
tree791fa2f5ba465513eb1a35cb2e460b419e2c2d31 /tests
parentc4c55465d5f87ae08a781e13b9e04241d5dbd147 (diff)
Bluetooth: tests: Add init config for BR/EDR SMP testing
This test build where BR/EDR SMP support is enabled without LE central or singing support. Change-Id: I61bc17e989a5752500a7d29557609d9e54b6006d Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bluetooth/init/prj_22.conf5
-rw-r--r--tests/bluetooth/init/testcase.ini7
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/bluetooth/init/prj_22.conf b/tests/bluetooth/init/prj_22.conf
new file mode 100644
index 000000000..f1c937349
--- /dev/null
+++ b/tests/bluetooth/init/prj_22.conf
@@ -0,0 +1,5 @@
+CONFIG_BLUETOOTH=y
+CONFIG_BLUETOOTH_LE=y
+CONFIG_BLUETOOTH_BREDR=y
+CONFIG_BLUETOOTH_PERIPHERAL=y
+CONFIG_BLUETOOTH_SMP=y
diff --git a/tests/bluetooth/init/testcase.ini b/tests/bluetooth/init/testcase.ini
index 015b43a8c..cb3e3a415 100644
--- a/tests/bluetooth/init/testcase.ini
+++ b/tests/bluetooth/init/testcase.ini
@@ -197,3 +197,10 @@ extra_args = CONF_FILE=prj_21.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
platform_whitelist = qemu_cortex_m3 qemu_x86
+[test_22]
+tags = bluetooth
+build_only = true
+kernel = micro
+extra_args = CONF_FILE=prj_22.conf
+# exclude STM32F103RB SoC, not enough RAM to run this test
+filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG