Test the rejection (LL_UNKNOWN_RSP) of unsupported remotely initiated procedures in both the central and peripheral role. Unsupported opcodes are handled by Kconfig manipulation and removal of source files. Signed-off-by: Thomas Ebert Hansen <thoh@oticon.com>
18 lines
719 B
YAML
18 lines
719 B
YAML
common:
|
|
tags: test_framework bluetooth bt_unsupported bt_ull_llcp
|
|
tests:
|
|
bluetooth.controller.ctrl_unsupported.default.test:
|
|
type: unit
|
|
bluetooth.controller.ctrl_unsupported.no_enc.test:
|
|
type: unit
|
|
extra_args: NO_ENC=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"
|
|
bluetooth.controller.ctrl_unsupported.no_per_feat_exch.test:
|
|
type: unit
|
|
extra_args: NO_PER_FEAT_EXCH=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"
|
|
bluetooth.controller.ctrl_unsupported.no_cpr.test:
|
|
type: unit
|
|
extra_args: NO_CPR=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"
|
|
bluetooth.controller.ctrl_unsupported.no_phy.test:
|
|
type: unit
|
|
extra_args: NO_PHY=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"
|