yamllint: indentation: fix files in tests/

Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 19:10:35 +00:00 committed by Carles Cufí
commit f5b4acac57
60 changed files with 246 additions and 246 deletions

View file

@ -3,9 +3,9 @@ tests:
arch_allow: x86
harness: console
harness_config:
type: one_line
regex:
- "info: complete"
type: one_line
regex:
- "info: complete"
filter: CONFIG_X86_PC_COMPATIBLE
arch.x86.info.userspace:
arch_allow: x86
@ -13,7 +13,7 @@ tests:
- CONFIG_TEST_USERSPACE=y
harness: console
harness_config:
type: one_line
regex:
- "info: complete"
type: one_line
regex:
- "info: complete"
filter: CONFIG_X86_PC_COMPATIBLE

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_api bt_ull_llcp
tags: test_framework bluetooth bt_api bt_ull_llcp
tests:
bluetooth.controller.ctrl_api.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_chmu bt_ull_llcp
tags: test_framework bluetooth bt_chmu bt_ull_llcp
tests:
bluetooth.controller.ctrl_chmu.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_cis_create bt_ull_llcp
tags: test_framework bluetooth bt_cis_create bt_ull_llcp
tests:
bluetooth.controller.ctrl_cis_create.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_cis_terminate bt_ull_llcp
tags: test_framework bluetooth bt_cis_terminate bt_ull_llcp
tests:
bluetooth.controller.ctrl_cis_terminate.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_collision bt_ull_llcp
tags: test_framework bluetooth bt_collision bt_ull_llcp
tests:
bluetooth.controller.ctrl_collision.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_conn_update bt_conn_param_req bt_ull_llcp
tags: test_framework bluetooth bt_conn_update bt_conn_param_req bt_ull_llcp
tests:
bluetooth.controller.ctrl_conn_update.test:
type: unit

View file

@ -1,7 +1,7 @@
common:
tags: test_framework bluetooth bt_le_cte_req bt_ull_llcp
tags: test_framework bluetooth bt_le_cte_req bt_ull_llcp
tests:
bluetooth.controller.ctrl_cte_req.test:
type: unit
extra_configs:
- CONFIG_ZTEST_NEW_API=y
type: unit
extra_configs:
- CONFIG_ZTEST_NEW_API=y

View file

@ -1,12 +1,12 @@
common:
tags: test_framework bluetooth bt_data_length_update bt_ull_llcp
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
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
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"
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override.h"

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_encrypt bt_ull_llcp
tags: test_framework bluetooth bt_encrypt bt_ull_llcp
tests:
bluetooth.controller.ctrl_encrypt.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_feature_exchange bt_ull_llcp
tags: test_framework bluetooth bt_feature_exchange bt_ull_llcp
tests:
bluetooth.controller.ctrl_feature_exchange.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_ctrl_hci bt_ull_llcp
tags: test_framework bluetooth bt_ctrl_hci bt_ull_llcp
tests:
bluetooth.controller.ctrl_hci.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_invalid bt_ull_llcp
tags: test_framework bluetooth bt_invalid bt_ull_llcp
tests:
bluetooth.controller.ctrl_invalid.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_le_ping bt_ull_llcp
tags: test_framework bluetooth bt_le_ping bt_ull_llcp
tests:
bluetooth.controller.ctrl_le_ping.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_min_used_chans bt_ull_llcp
tags: test_framework bluetooth bt_min_used_chans bt_ull_llcp
tests:
bluetooth.controller.ctrl_min_used_chans.test:
type: unit
type: unit

View file

@ -1,8 +1,8 @@
common:
tags: test_framework bluetooth bt_phy_update bt_ull_llcp
tags: test_framework bluetooth bt_phy_update bt_ull_llcp
tests:
bluetooth.controller.ctrl_phy_update.test:
type: unit
type: unit
bluetooth.controller.ctrl_phy_update.test_reduced_buf:
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_rx_cnt.h"
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_rx_cnt.h"

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_sca_update bt_ull_llcp
tags: test_framework bluetooth bt_sca_update bt_ull_llcp
tests:
bluetooth.controller.ctrl_sca_update.test:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_terminate bt_ull_llcp
tags: test_framework bluetooth bt_terminate bt_ull_llcp
tests:
bluetooth.controller.ctrl_terminate.test:
type: unit
type: unit

View file

@ -1,21 +1,21 @@
common:
tags: test_framework bluetooth bt_tx_buffer_alloc bt_ull_llcp
tags: test_framework bluetooth bt_tx_buffer_alloc bt_ull_llcp
tests:
bluetooth.controller.ctrl_tx_buffer_alloc.test_0_per_conn:
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=0
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=0
bluetooth.controller.ctrl_tx_buffer_alloc.test_1_per_conn:
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=1
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=1
bluetooth.controller.ctrl_tx_buffer_alloc.test_2_per_conn:
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=2
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=2
bluetooth.controller.ctrl_tx_buffer_alloc.test_3_per_conn:
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=3
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=3
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_per_conn_alloc:
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=4
type: unit
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=4
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_common_alloc:
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_max_common.h"
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_max_common.h"

View file

@ -1,17 +1,17 @@
common:
tags: test_framework bluetooth bt_unsupported bt_ull_llcp
tags: test_framework bluetooth bt_unsupported bt_ull_llcp
tests:
bluetooth.controller.ctrl_unsupported.default.test:
type: unit
type: unit
bluetooth.controller.ctrl_unsupported.no_enc.test:
type: unit
extra_args: NO_ENC=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"
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"
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"
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"
type: unit
extra_args: NO_PHY=y KCONFIG_OVERRIDE_FILE="kconfig_override.h"

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth bt_version_exchange bt_ull_llcp
tags: test_framework bluetooth bt_version_exchange bt_ull_llcp
tests:
bluetooth.controller.ctrl_version.test:
type: unit
type: unit

View file

@ -1,19 +1,19 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_buf_get_cmd_complete.default:
type: unit
type: unit
bluetooth.host.bt_buf_get_cmd_complete.hci_acl_flow_control:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_CENTRAL=y
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
bluetooth.host.bt_buf_get_cmd_complete.iso_unicast:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
- CONFIG_BT_ISO_CENTRAL=y
bluetooth.host.bt_buf_get_cmd_complete.iso_sync_receiver:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_ISO_SYNC_RECEIVER=y

View file

@ -1,19 +1,19 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_buf_get_evt.default:
type: unit
type: unit
bluetooth.host.bt_buf_get_evt.hci_acl_flow_control:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_CENTRAL=y
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
bluetooth.host.bt_buf_get_evt.iso_unicast:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
- CONFIG_BT_ISO_CENTRAL=y
bluetooth.host.bt_buf_get_evt.iso_sync_receiver:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_ISO_SYNC_RECEIVER=y

View file

@ -1,19 +1,19 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_buf_get_rx.default:
type: unit
type: unit
bluetooth.host.bt_buf_get_rx.hci_acl_flow_control:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_CENTRAL=y
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
bluetooth.host.bt_buf_get_rx.iso_unicast:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
type: unit
# enable CONFIG_BT_ISO_UNICAST
extra_configs:
- CONFIG_BT_ISO_CENTRAL=y
bluetooth.host.bt_buf_get_rx.iso_sync_receiver:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_ISO_SYNC_RECEIVER=y

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_buf_get_type.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.prng_init.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_id_read_public_addr.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_add_type.default:
type: unit
type: unit

View file

@ -1,10 +1,10 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_clear.default:
type: unit
type: unit
bluetooth.host.bt_keys_clear.settings_enabled:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_SETTINGS=y
- CONFIG_BT_SETTINGS=y

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_find.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_find_addr.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_find_irk.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_foreach_bond.default:
type: unit
type: unit

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_foreach_type.default:
type: unit
type: unit

View file

@ -1,10 +1,10 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_get_addr.default:
type: unit
type: unit
bluetooth.host.bt_keys_get_addr.keys_overwrite_oldest:
type: unit
extra_configs:
type: unit
extra_configs:
- CONFIG_BT_SMP=y
- CONFIG_BT_KEYS_OVERWRITE_OLDEST=y

View file

@ -1,5 +1,5 @@
common:
tags: test_framework bluetooth host
tags: test_framework bluetooth host
tests:
bluetooth.host.bt_keys_get_type.default:
type: unit
type: unit

View file

@ -249,6 +249,6 @@ tests:
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
rv32m1_vega_ri5cy
integration_platforms:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
- rv32m1_vega_ri5cy
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
- rv32m1_vega_ri5cy

View file

@ -1,14 +1,14 @@
common:
sysbuild: true
harness: console
harness_config:
type: multi_line
regex:
- "I: Starting bootloader"
- "Launching primary slot application on (.*)"
- "Secondary application ready for swap, rebooting"
- "I: Starting swap using (.*)"
- "Swapped application booted on (.*)"
sysbuild: true
harness: console
harness_config:
type: multi_line
regex:
- "I: Starting bootloader"
- "Launching primary slot application on (.*)"
- "Secondary application ready for swap, rebooting"
- "I: Starting swap using (.*)"
- "Swapped application booted on (.*)"
tests:
boot.mcuboot:
tags: mcuboot

View file

@ -1,10 +1,10 @@
common:
platform_allow: qemu_x86_64
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
platform_allow: qemu_x86_64
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
boot.uefi:
tags: uefi

View file

@ -1,5 +1,5 @@
common:
timeout: 5
timeout: 5
tests:
drivers.stm32_clock_configuration.common_device.wb.i2c1_hsi_lptim1_lse:
extra_args: DTC_OVERLAY_FILE="boards/wb_i2c1_hsi_lptim1_lse.overlay"

View file

@ -1,6 +1,6 @@
common:
timeout: 5
platform_allow: nucleo_h723zg
timeout: 5
platform_allow: nucleo_h723zg
tests:
drivers.stm32_clock_configuration.h7_dev.spi1_pllq_1_d1ppre_1:
extra_args: DTC_OVERLAY_FILE="boards/core_init.overlay;boards/spi1_pllq_1_d1ppre_1.overlay"

View file

@ -1,6 +1,6 @@
common:
timeout: 5
platform_allow: b_u585i_iot02a
timeout: 5
platform_allow: b_u585i_iot02a
tests:
drivers.stm32_clock_configuration.u5.sysclksrc_pll_msis_160:
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/pll_msis_160.overlay"

View file

@ -1,6 +1,6 @@
common:
timeout: 5
platform_allow: b_u585i_iot02a
timeout: 5
platform_allow: b_u585i_iot02a
tests:
drivers.stm32_clock_configuration.dev_u5.spi1_pclk2:
extra_args: DTC_OVERLAY_FILE="boards/core_init.overlay;boards/spi1_pclk2.overlay"

View file

@ -1,10 +1,10 @@
common:
tags: drivers console
harness: console
harness_config:
type: one_line
regex:
- "Hello World from Console"
tags: drivers console
harness: console
harness_config:
type: one_line
regex:
- "Hello World from Console"
tests:
drivers.console.uart:

View file

@ -11,18 +11,18 @@ description: |
compatible: "test-gpio-basic-api"
properties:
out-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an output. This
must be on the same device as in-gpios, and physically
connected to in-gpios.
out-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an output. This
must be on the same device as in-gpios, and physically
connected to in-gpios.
in-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an input. This
must be on the same device as out-gpios,and physically
connected to out-gpios.
in-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an input. This
must be on the same device as out-gpios,and physically
connected to out-gpios.

View file

@ -1,9 +1,9 @@
common:
tags: drivers gpio
depends_on: gpio
harness: ztest
harness_config:
fixture: gpio_loopback
tags: drivers gpio
depends_on: gpio
harness: ztest
harness_config:
fixture: gpio_loopback
tests:
drivers.gpio.2pin:

View file

@ -11,12 +11,12 @@ description: |
compatible: "test-pwm-loopback"
properties:
pwms:
type: phandle-array
required: true
description: |
PWM pins that will be used for generating and capturing a pulse-width
modulated signal. The pin at the first index will be used for signal
generation while the pin at the second index will be used for capuring
the generated signal. The two pins must be physically connected to
each other.
pwms:
type: phandle-array
required: true
description: |
PWM pins that will be used for generating and capturing a pulse-width
modulated signal. The pin at the first index will be used for signal
generation while the pin at the second index will be used for capuring
the generated signal. The two pins must be physically connected to
each other.

View file

@ -8,37 +8,37 @@ description: |
compatible: "test-regulator-voltage"
properties:
regulators:
type: phandles
required: true
description: |
Regulators to be tested. Each entry must have a matching ADC entry in
io-channels.
regulators:
type: phandles
required: true
description: |
Regulators to be tested. Each entry must have a matching ADC entry in
io-channels.
io-channels:
type: phandle-array
required: true
description: |
ADC channels to be used. Each entry must have a matching entry in
regulators.
io-channels:
type: phandle-array
required: true
description: |
ADC channels to be used. Each entry must have a matching entry in
regulators.
tolerance-microvolt:
type: array
required: true
description: |
Tolerance (+/-) when reading configured voltages using ADC. This should
be set at most to the regulator resolution. Some noisy regulators may
require more, though. Each entry must have a matching entry in
regulators.
tolerance-microvolt:
type: array
required: true
description: |
Tolerance (+/-) when reading configured voltages using ADC. This should
be set at most to the regulator resolution. Some noisy regulators may
require more, though. Each entry must have a matching entry in
regulators.
adc-avg-count:
type: int
default: 1
description: |
Number of ADC readings to average. Defaults to 1 (no average).
adc-avg-count:
type: int
default: 1
description: |
Number of ADC readings to average. Defaults to 1 (no average).
set-read-delay-ms:
type: int
default: 0
description: |
Delay between voltage set and ADC read. Defaults to 0 (no delay).
set-read-delay-ms:
type: int
default: 0
description: |
Delay between voltage set and ADC read. Defaults to 0 (no delay).

View file

@ -1,6 +1,6 @@
common:
depends_on: watchdog
tags: drivers watchdog
depends_on: watchdog
tags: drivers watchdog
tests:
drivers.watchdog:
filter: >

View file

@ -1,4 +1,4 @@
tests:
kernel.pipe:
tags: kernel userspace
ignore_faults: true
tags: kernel userspace
ignore_faults: true

View file

@ -1,3 +1,3 @@
tests:
kernel.pipe.api:
tags: kernel userspace
tags: kernel userspace

View file

@ -5,9 +5,9 @@ tests:
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
platform_exclude: qemu_arc_hs
kernel.timer.monotonic.apic.tsc:
tags: kernel timer apic_tsc
platform_allow: ehl_crb
extra_configs:
tags: kernel timer apic_tsc
platform_allow: ehl_crb
extra_configs:
- CONFIG_APIC_TSC_DEADLINE_TIMER=y
- CONFIG_HPET_TIMER=n
kernel.timer.monotonic.linker_generator:

View file

@ -8,7 +8,7 @@ tests:
kernel.workqueue.critical.sam:
filter: CONFIG_WDT_SAM
extra_configs:
- CONFIG_WDT_DISABLE_AT_BOOT=y
- CONFIG_WDT_DISABLE_AT_BOOT=y
kernel.workqueue.critical.nsim:
platform_allow: nsim_sem_mpu_stack_guard
extra_configs:

View file

@ -1,3 +1,3 @@
tests:
lib.p4wq:
tags: p4wq
tags: p4wq

View file

@ -1,6 +1,6 @@
common:
tags: ring_buffer circular_buffer
timeout: 150
tags: ring_buffer circular_buffer
timeout: 150
tests:
libraries.ring_buffer:

View file

@ -5,11 +5,11 @@ tests:
libraries.smf.flat:
tags: smf
testcases:
- smf_flat
- smf_flat
libraries.smf.hierarchical:
extra_configs:
- CONFIG_SMF_ANCESTOR_SUPPORT=y
- CONFIG_SMF_ANCESTOR_SUPPORT=y
tags: smf
testcases:
- smf_hierarchical_5_ancestors
- smf_hierarchical
- smf_hierarchical_5_ancestors
- smf_hierarchical

View file

@ -11,5 +11,5 @@ tests:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.packet.large_buffer:
extra_configs:
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_SIZE=512
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_SIZE=512

View file

@ -1,9 +1,9 @@
common:
tags: cpp
toolchain_exclude: xcc
integration_platforms:
- mps2_an385
- qemu_cortex_a53
tags: cpp
toolchain_exclude: xcc
integration_platforms:
- mps2_an385
- qemu_cortex_a53
tests:
cpp.main.minimal:

View file

@ -1,5 +1,5 @@
common:
filter: not CONFIG_64BIT
filter: not CONFIG_64BIT
tests:
logging.log_syst.mipi_syst:
tags: log_syst logging

View file

@ -8,7 +8,7 @@ description: |
compatible: "test-power-states-api"
properties:
cpu-power-states:
type: phandles
required: false
description: List of power management states supported by this cpu.
cpu-power-states:
type: phandles
required: false
description: List of power management states supported by this cpu.