summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-01-27 15:14:13 +0200
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:27 -0500
commit59a4e2eaea57f52eaa641e399e7ee9348681964f (patch)
treeceba4710d1f84caf5220dac9cc01d18e0428d55d /samples
parentdab10c414beed934e22329d0bff50383d9ccb06d (diff)
Bluetooth: tester: Add support for testing with nble driver
Change-Id: I4c996d30da30d8f3b88d7ba9efe974872f902e0a Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/bluetooth/tester/Makefile2
-rw-r--r--samples/bluetooth/tester/prj_nble.conf1
-rw-r--r--samples/bluetooth/tester/testcase.ini8
3 files changed, 10 insertions, 1 deletions
diff --git a/samples/bluetooth/tester/Makefile b/samples/bluetooth/tester/Makefile
index 43cc805ed..1ca5ccf23 100644
--- a/samples/bluetooth/tester/Makefile
+++ b/samples/bluetooth/tester/Makefile
@@ -24,7 +24,7 @@ ARCH ?= arm
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
-CONF_FILE = prj.conf
+CONF_FILE ?= prj.conf
# UART for Bluetooth
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
diff --git a/samples/bluetooth/tester/prj_nble.conf b/samples/bluetooth/tester/prj_nble.conf
index ee298c14f..414855f3b 100644
--- a/samples/bluetooth/tester/prj_nble.conf
+++ b/samples/bluetooth/tester/prj_nble.conf
@@ -1,2 +1,3 @@
+CONFIG_UART_PIPE=y
CONFIG_NBLE=y
CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/tester/testcase.ini b/samples/bluetooth/tester/testcase.ini
index 7dfd95efa..809a196e2 100644
--- a/samples/bluetooth/tester/testcase.ini
+++ b/samples/bluetooth/tester/testcase.ini
@@ -2,3 +2,11 @@
tags = bluetooth
build_only = true
platform_whitelist = basic_cortex_m3 minnowboard
+
+[tesr_nble]
+tags = bluetooth
+build_only = true
+extra_args = CONF_FILE="prj_nble.conf" BOARD="arduino_101"
+arch_whitelist = x86
+config_whitelist = CONFIG_SOC_QUARK_SE
+platform_whitelist = arduino_101_sss