Fix the YAML files indentation for files in tests/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
461 B
YAML
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"
|