zephyr/tests/bluetooth/controller/ctrl_unsupported/testcase.yaml
Thomas Ebert Hansen 4b18770145 tests: Bluetooth: Test unsupported LLCP opcodes
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>
2022-03-07 16:15:54 +01:00

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"