Bluetooth host bsim tests are compiled with shell scripts, but it is possible to use twister, which supports compilation (but not running at the moment). Compiling with twister requires fewer shell scripts, provides cleaner interface and more flexible configuration. Signed-off-by: Artur Dobrynin <artur.dobrynin@nordicsemi.no>
19 lines
504 B
YAML
19 lines
504 B
YAML
common:
|
|
build_only: true
|
|
tags:
|
|
- bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim/native
|
|
harness: bsim
|
|
|
|
tests:
|
|
bluetooth.host.att.mtu_update.central:
|
|
harness_config:
|
|
bsim_exe_name: tests_bsim_bluetooth_host_att_mtu_update_prj_central_conf
|
|
extra_args:
|
|
CONF_FILE=prj_central.conf
|
|
bluetooth.host.att.mtu_update.peripheral:
|
|
harness_config:
|
|
bsim_exe_name: tests_bsim_bluetooth_host_att_mtu_update_prj_peripheral_conf
|
|
extra_args:
|
|
CONF_FILE=prj_peripheral.conf
|