tests: samples: Resolve duplicates in names.
Several duplicates were found with scripts/twister -T samples/ -T tests/ --dry-run --list-test-duplicates This is an issue since duplicated names causes overwriting of results. Most duplicates looked like obvious copy-pase errors. New names where addopted looking at other tests in the same yaml or looking at the directory/descriptio. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
2ebb2bb1ab
commit
75b062a6d6
13 changed files with 22 additions and 22 deletions
|
@ -12,7 +12,7 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nrf5340dk_nrf5340_cpuapp
|
- nrf5340dk_nrf5340_cpuapp
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
|
sample.bluetooth.broadcast_audio_source.bt_ll_sw_split:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf52_bsim
|
- nrf52_bsim
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: Bluetooth Periodic Advertising with Responses Advertiser
|
name: Bluetooth Periodic Advertising Connection Procedure
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.periodic_adv:
|
sample.bluetooth.periodic_adv_conn:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: Bluetooth Periodic Advertising with Responses Advertiser
|
name: Bluetooth Periodic Advertising with Responses Advertiser
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.periodic_adv:
|
sample.bluetooth.periodic_adv_rsp:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: Bluetooth Periodic Advertising with Responses Synchronization
|
name: Bluetooth Periodic Advertising Connection Procedure
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.periodic_sync:
|
sample.bluetooth.periodic_sync_conn:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: Bluetooth Periodic Advertising with Responses Synchronization
|
name: Bluetooth Periodic Advertising with Responses Synchronization
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.periodic_sync:
|
sample.bluetooth.periodic_sync_rsp:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
|
|
@ -14,9 +14,9 @@ common:
|
||||||
- qemu_x86_64
|
- qemu_x86_64
|
||||||
filter: CONFIG_FULL_LIBCPP_SUPPORTED
|
filter: CONFIG_FULL_LIBCPP_SUPPORTED
|
||||||
tests:
|
tests:
|
||||||
sample.thrift.hello.server.binaryProtocol: {}
|
sample.thrift.hello.client.binaryProtocol: {}
|
||||||
sample.thrift.hello.server.compactProtocol:
|
sample.thrift.hello.client.compactProtocol:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
||||||
sample.thrift.hello.server.tlsTransport:
|
sample.thrift.hello.client.tlsTransport:
|
||||||
extra_args: OVERLAY_CONFIG="../overlay-tls.conf"
|
extra_args: OVERLAY_CONFIG="../overlay-tls.conf"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: USB-C SOURCE
|
name: USB-C SOURCE
|
||||||
tests:
|
tests:
|
||||||
sample.usbc.sink:
|
sample.usbc.source:
|
||||||
depends_on: tcpc
|
depends_on: tcpc
|
||||||
tags: usbc
|
tags: usbc
|
||||||
platform_allow: stm32g081b_eval
|
platform_allow: stm32g081b_eval
|
||||||
|
|
|
@ -10,7 +10,7 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_SETTINGS=y
|
- CONFIG_SETTINGS=y
|
||||||
- CONFIG_BT_SETTINGS=y
|
- CONFIG_BT_SETTINGS=y
|
||||||
bluetooth.host.bt_id_create.bt_privacy_enabled:
|
bluetooth.host.bt_id_init.bt_privacy_enabled:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_SMP=y
|
- CONFIG_BT_SMP=y
|
||||||
|
|
|
@ -5,7 +5,7 @@ common:
|
||||||
tests:
|
tests:
|
||||||
bluetooth.host.bt_le_ext_adv_oob_get_local.default:
|
bluetooth.host.bt_le_ext_adv_oob_get_local.default:
|
||||||
type: unit
|
type: unit
|
||||||
bluetooth.host.bt_le_oob_get_local.bt_privacy_enabled:
|
bluetooth.host.bt_le_ext_adv_oob_get_local.bt_privacy_enabled:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_SMP=y
|
- CONFIG_BT_SMP=y
|
||||||
|
|
|
@ -3,32 +3,32 @@ common:
|
||||||
- bluetooth
|
- bluetooth
|
||||||
- host
|
- host
|
||||||
tests:
|
tests:
|
||||||
bluetooth.host.bt_id_create.default:
|
bluetooth.host.bt_random_idcreate.default:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=1
|
- CONFIG_BT_ID_MAX=1
|
||||||
bluetooth.host.bt_id_create.multiple_identities:
|
bluetooth.host.bt_random_idcreate.multiple_identities:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=4
|
- CONFIG_BT_ID_MAX=4
|
||||||
bluetooth.host.bt_id_create.hci_vs_ext_detect:
|
bluetooth.host.bt_random_idcreate.hci_vs_ext_detect:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=1
|
- CONFIG_BT_ID_MAX=1
|
||||||
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
||||||
bluetooth.host.bt_id_create.multiple_identities_hci_vs_ext_detect:
|
bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=4
|
- CONFIG_BT_ID_MAX=4
|
||||||
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
||||||
bluetooth.host.bt_id_create.multiple_identities_hci_vs_ext_detect_privacy_enabled:
|
bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_enabled:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=4
|
- CONFIG_BT_ID_MAX=4
|
||||||
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
- CONFIG_BT_HCI_VS_EXT_DETECT=y
|
||||||
- CONFIG_BT_SMP=y
|
- CONFIG_BT_SMP=y
|
||||||
- CONFIG_BT_PRIVACY=y
|
- CONFIG_BT_PRIVACY=y
|
||||||
bluetooth.host.bt_id_create.multiple_identities_hci_vs_ext_detect_privacy_settings_enabled:
|
bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_settings_enabled:
|
||||||
type: unit
|
type: unit
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BT_ID_MAX=4
|
- CONFIG_BT_ID_MAX=4
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.rtc.rtc_api:
|
drivers.rtc.rtc_api_helpers:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- rtc
|
- rtc
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
mgmt.ec_host_cmd.core:
|
mgmt.ec_host_cmd.simulator.core:
|
||||||
platform_allow: native_posix
|
platform_allow: native_posix
|
||||||
tags: ec_host_cmd
|
tags: ec_host_cmd
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
mgmt.ec_host_cmd.core:
|
mgmt.ec_host_cmd.uart.core:
|
||||||
platform_allow: native_posix
|
platform_allow: native_posix
|
||||||
tags: ec_host_cmd
|
tags: ec_host_cmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue