zephyr/tests/bluetooth/controller/ctrl_data_length_update/testcase.yaml
Fabio Baltieri f5b4acac57 yamllint: indentation: fix files in tests/
Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

13 lines
461 B
YAML

common:
tags: test_framework bluetooth bt_data_length_update bt_ull_llcp
tests:
bluetooth.controller.ctrl_data_length_update.test:
type: unit
extra_args: CONFIG_BT_CTLR_PHY=y
bluetooth.controller.ctrl_data_length_update.test_codedphy:
type: unit
extra_args: CONFIG_BT_CTLR_PHY=y CONFIG_BT_CTLR_PHY_CODED=y
bluetooth.controller.ctrl_data_length_update.test_nophy:
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override.h"