zephyr/tests/bluetooth/init/testcase.ini
Inaky Perez-Gonzalez fcec9e37c0 testcases: sanity check TCs get more language for real HW
Add more specifications or qualify some to the sanity check test cases
for them to be ran in real hardware:

 - kernel types (micro vs nano)
 - platforms / arches to exclude / include
 - one that is removed (for the PCI sample) as it cannot be ran
   without extra information

Change-Id: Id14dc15eb89358c3656d2814ea41bb6fec051278
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-06-14 23:49:56 +00:00

161 lines
2.7 KiB
INI

[test_micro]
tags = bluetooth
build_only = true
arch_whitelist = x86
kernel = micro
[test_nano]
tags = bluetooth
build_only = true
extra_args = KERNEL_TYPE=nano
kernel = nano
[test_h5]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_h5.conf
[test_h5_dbg]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_h5_dbg.conf
[test_0]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_0.conf
[test_1]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_1.conf
[test_2]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_2.conf
[test_3]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_3.conf
[test_4]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_4.conf
[test_5]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_5.conf
[test_6]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_6.conf
[test_7]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_7.conf
[test_8]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_8.conf
[test_9]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_9.conf
[test_10]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_10.conf
[test_11]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_11.conf
[test_12]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_12.conf
[test_13]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_13.conf
[test_14]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_14.conf
[test_15]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_15.conf
[test_16]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_16.conf
[test_17]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_17.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB
[test_18]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_18.conf
[test_19]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_19.conf
[test_20]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_20.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB
[test_21]
tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_21.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB