Browse Source

samples/tests: Use board revisions

Updates boards so that the correct revision/revisions is/are tested

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
5ee6058710
  1. 2
      samples/application_development/sysbuild/with_mcuboot/sample.yaml
  2. 10
      samples/basic/minimal/sample.yaml
  3. 2
      samples/boards/nrf/nrfx/sample.yaml
  4. 4
      samples/boards/nrf/nrfx_prs/sample.yaml
  5. 4
      samples/boards/reel_board/mesh_badge/sample.yaml
  6. 2
      samples/boards/stm32/uart/single_wire/sample.yaml
  7. 2
      samples/drivers/counter/alarm/sample.yaml
  8. 2
      samples/drivers/dac/sample.yaml
  9. 4
      samples/drivers/display/sample.yaml
  10. 2
      samples/drivers/led_pwm/sample.yaml
  11. 4
      samples/drivers/soc_flash_nrf/sample.yaml
  12. 4
      samples/drivers/watchdog/sample.yaml
  13. 2
      samples/net/wifi/sample.yaml
  14. 2
      samples/net/zperf/sample.yaml
  15. 4
      samples/sensor/accel_polling/sample.yaml
  16. 8
      samples/sensor/apds9960/sample.yaml
  17. 2
      samples/sensor/die_temp_polling/sample.yaml
  18. 4
      samples/sensor/fdc2x1x/sample.yaml
  19. 2
      samples/sensor/fxos8700/sample.yaml
  20. 4
      samples/sensor/magn_polling/sample.yaml
  21. 4
      samples/sensor/ti_hdc/sample.yaml
  22. 2
      samples/subsys/debug/debugmon/sample.yaml
  23. 2
      samples/subsys/display/cfb/sample.yaml
  24. 2
      samples/subsys/display/cfb_custom_font/sample.yaml
  25. 2
      samples/subsys/display/cfb_shell/sample.yaml
  26. 3
      samples/subsys/mgmt/osdp/control_panel/sample.yaml
  27. 3
      samples/subsys/mgmt/osdp/peripheral_device/sample.yaml
  28. 4
      samples/subsys/shell/fs/sample.yaml
  29. 2
      samples/tfm_integration/psa_crypto/sample.yaml
  30. 2
      samples/tfm_integration/psa_protected_storage/sample.yaml
  31. 2
      samples/tfm_integration/tfm_ipc/sample.yaml
  32. 4
      samples/tfm_integration/tfm_psa_test/sample.yaml
  33. 4
      samples/tfm_integration/tfm_regression_test/sample.yaml
  34. 2
      samples/tfm_integration/tfm_secure_partition/sample.yaml
  35. 2
      tests/arch/arm/arm_no_multithreading/testcase.yaml
  36. 2
      tests/boot/with_mcumgr/testcase.yaml
  37. 2
      tests/drivers/clock_control/clock_control_api/testcase.yaml
  38. 6
      tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml
  39. 2
      tests/drivers/clock_control/onoff/testcase.yaml
  40. 8
      tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml
  41. 2
      tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml
  42. 2
      tests/drivers/dac/dac_loopback/testcase.yaml
  43. 2
      tests/drivers/flash/common/testcase.yaml
  44. 2
      tests/drivers/flash/erase_blocks/testcase.yaml
  45. 2
      tests/drivers/i2c/i2c_target_api/testcase.yaml
  46. 4
      tests/drivers/regulator/fixed/testcase.yaml
  47. 2
      tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml
  48. 4
      tests/drivers/watchdog/wdt_basic_api/testcase.yaml
  49. 3
      tests/kernel/gen_isr_table/testcase.yaml
  50. 2
      tests/kernel/mem_protect/mem_protect/testcase.yaml
  51. 2
      tests/kernel/mem_protect/userspace/testcase.yaml
  52. 2
      tests/kernel/threads/no-multithreading/testcase.yaml
  53. 2
      tests/misc/test_build/testcase.yaml
  54. 4
      tests/subsys/logging/log_immediate/testcase.yaml

2
samples/application_development/sysbuild/with_mcuboot/sample.yaml

@ -7,7 +7,7 @@ tests: @@ -7,7 +7,7 @@ tests:
# Platform allowed is used as twister using sysbuild still lacks proper
# filtering support, see discussion in #49552.
platform_allow:
- reel_board
- reel_board@1
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840

10
samples/basic/minimal/sample.yaml

@ -13,7 +13,7 @@ tests: @@ -13,7 +13,7 @@ tests:
extra_args: CONF_FILE='common.conf;mt.conf;arm.conf'
build_only: true
platform_allow:
- reel_board
- reel_board@1
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51822
@ -25,7 +25,7 @@ tests: @@ -25,7 +25,7 @@ tests:
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;arm.conf'
build_only: true
platform_allow:
- reel_board
- reel_board@1
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51822
@ -35,7 +35,7 @@ tests: @@ -35,7 +35,7 @@ tests:
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;no-timers.conf;arm.conf'
build_only: true
platform_allow:
- reel_board
- reel_board@1
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51822
@ -45,7 +45,7 @@ tests: @@ -45,7 +45,7 @@ tests:
extra_args: CONF_FILE='common.conf;no-mt.conf;arm.conf'
build_only: true
platform_allow:
- reel_board
- reel_board@1
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51822
@ -55,7 +55,7 @@ tests: @@ -55,7 +55,7 @@ tests:
extra_args: CONF_FILE='common.conf;no-mt.conf;no-timers.conf;arm.conf'
build_only: true
platform_allow:
- reel_board
- reel_board@1
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51822

2
samples/boards/nrf/nrfx/sample.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
sample.boards.nrf.nrfx:
platform_allow:
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf52840dk/nrf52840
tags: board

4
samples/boards/nrf/nrfx_prs/sample.yaml

@ -4,10 +4,10 @@ tests: @@ -4,10 +4,10 @@ tests:
sample.boards.nrf.nrfx_prs:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
tags: nrfx
harness: console
harness_config:

4
samples/boards/reel_board/mesh_badge/sample.yaml

@ -2,8 +2,8 @@ sample: @@ -2,8 +2,8 @@ sample:
description: reel board mesh badge sample
name: mesh badge
tests:
sample.board.reel_board.mesh_badge:
platform_allow: reel_board
sample.board.reel_board@1.mesh_badge:
platform_allow: reel_board@1
tags:
- samples
- sensor

2
samples/boards/stm32/uart/single_wire/sample.yaml

@ -2,7 +2,7 @@ sample: @@ -2,7 +2,7 @@ sample:
name: STM32 Single Wire UART sample
tests:
sample.boards.stm32.uart.single_wire:
platform_allow: stm32f3_disco
platform_allow: stm32f3_disco@B
tags:
- drivers
- uart

2
samples/drivers/counter/alarm/sample.yaml

@ -11,7 +11,7 @@ tests: @@ -11,7 +11,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- samd20_xpro
- bl5340_dvk/nrf5340/cpuapp
- gd32e103v_eval

2
samples/drivers/dac/sample.yaml

@ -39,7 +39,7 @@ tests: @@ -39,7 +39,7 @@ tests:
- sam_e70_xplained/same70q21b
- sam_v71_xult/samv71q21
- sam_v71_xult/samv71q21b
- stm32f3_disco
- stm32f3_disco@B
- stm32l562e_dk
- twr_ke18f
- lpcxpresso55s36

4
samples/drivers/display/sample.yaml

@ -8,8 +8,8 @@ tests: @@ -8,8 +8,8 @@ tests:
- arduino_i2c
- arduino_spi
platform_exclude:
- reel_board
- reel_board_v2
- reel_board@1
- reel_board@2
- ubx_evkannab1/nrf52832
- stm32f769i_disco
- pan1781_evb

2
samples/drivers/led_pwm/sample.yaml

@ -6,7 +6,7 @@ tests: @@ -6,7 +6,7 @@ tests:
filter: dt_compat_enabled("pwm-leds")
tags: LED
depends_on: pwm
platform_exclude: reel_board
platform_exclude: reel_board@1
timeout: 20
harness: console
harness_config:

4
samples/drivers/soc_flash_nrf/sample.yaml

@ -4,8 +4,8 @@ tests: @@ -4,8 +4,8 @@ tests:
sample.drivers.flash.soc_flash_nrf:
platform_allow:
- nrf52dk/nrf52832
- nrf9160dk/nrf9160
- nrf9160dk/nrf9160/ns
- nrf9160dk@0.14.0/nrf9160
- nrf9160dk@0.14.0/nrf9160/ns
integration_platforms:
- nrf52dk/nrf52832
tags:

4
samples/drivers/watchdog/sample.yaml

@ -38,7 +38,7 @@ tests: @@ -38,7 +38,7 @@ tests:
- nucleo_l152re
- nucleo_wb55rg
- nucleo_wl55jc
- stm32f3_disco
- stm32f3_disco@B
- stm32l562e_dk
- disco_l475_iot1
- stm32h573i_dk
@ -65,7 +65,7 @@ tests: @@ -65,7 +65,7 @@ tests:
- nucleo_l152re
- nucleo_wb55rg
- nucleo_wl55jc
- stm32f3_disco
- stm32f3_disco@B
- stm32l562e_dk
- disco_l475_iot1
- stm32h573i_dk

2
samples/net/wifi/sample.yaml

@ -11,7 +11,7 @@ tests: @@ -11,7 +11,7 @@ tests:
platform_allow:
- cc3220sf_launchxl
- disco_l475_iot1
- reel_board
- reel_board@1
integration_platforms:
- cc3220sf_launchxl
sample.net.wifi.mikroe_wifi_bt_click:

2
samples/net/zperf/sample.yaml

@ -71,7 +71,7 @@ tests: @@ -71,7 +71,7 @@ tests:
depends_on: usb_device
sample.net.zperf.shield:
harness: net
platform_allow: reel_board
platform_allow: reel_board@1
extra_args: SHIELD=link_board_eth
tags:
- shield

4
samples/sensor/accel_polling/sample.yaml

@ -19,8 +19,8 @@ tests: @@ -19,8 +19,8 @@ tests:
- frdm_k64f # fxos8700
- sparkfun_thing_plus/nrf9160 # lis2dh
- thingy52/nrf52832 # lis2dh12
- stm32f411e_disco # lsm303agr_accel
- stm32f3_disco # lsm303dlhc_accel
- stm32f411e_disco@D # lsm303agr_accel
- stm32f3_disco@B # lsm303dlhc_accel
- bl5340_dvk/nrf5340/cpuapp # lis3dh
- b_l4s5i_iot01a # lsm6dsl
- sensortile_box # lis2dw12, lsm6dso, iisdhhc

8
samples/sensor/apds9960/sample.yaml

@ -3,9 +3,9 @@ sample: @@ -3,9 +3,9 @@ sample:
tests:
sample.sensor.apds9960:
harness: console
platform_allow: reel_board
platform_allow: reel_board@1
integration_platforms:
- reel_board
- reel_board@1
tags: sensors
depends_on:
- i2c
@ -19,9 +19,9 @@ tests: @@ -19,9 +19,9 @@ tests:
fixture: fixture_i2c_apds9960
sample.sensor.apds9960.trigger:
harness: console
platform_allow: reel_board
platform_allow: reel_board@1
integration_platforms:
- reel_board
- reel_board@1
tags: sensors
depends_on:
- i2c

2
samples/sensor/die_temp_polling/sample.yaml

@ -7,7 +7,7 @@ tests: @@ -7,7 +7,7 @@ tests:
- sensors
filter: dt_alias_exists("die-temp0")
integration_platforms:
- stm32f3_disco
- stm32f3_disco@B
harness: console
harness_config:
type: one_line

4
samples/sensor/fdc2x1x/sample.yaml

@ -5,6 +5,6 @@ tests: @@ -5,6 +5,6 @@ tests:
sample.sensor.fdc2x1x:
harness: sensor
tags: sensors
platform_allow: nrf9160dk/nrf9160
platform_allow: nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160

2
samples/sensor/fxos8700/sample.yaml

@ -33,7 +33,7 @@ tests: @@ -33,7 +33,7 @@ tests:
- frdm_kl25z
- bbc_microbit
- lpcxpresso55s69_cpu0
- reel_board
- reel_board@1
- mimxrt685_evk
- mimxrt595_evk/mimxrt595s/cm33
integration_platforms:

4
samples/sensor/magn_polling/sample.yaml

@ -9,5 +9,5 @@ tests: @@ -9,5 +9,5 @@ tests:
- frdm_k64f # fxos8700
- thingy53/nrf5340/cpuapp # bmm150
- sensortile_box # lis2mdl
- stm32f411e_disco # lsm303agr_magn
- stm32f3_disco # lsm303dlhc_magn
- stm32f411e_disco@D # lsm303agr_magn
- stm32f3_disco@B # lsm303dlhc_magn

4
samples/sensor/ti_hdc/sample.yaml

@ -4,9 +4,9 @@ tests: @@ -4,9 +4,9 @@ tests:
sample.sensor.ti_hdc:
harness: sensor
platform_allow:
- reel_board
- reel_board@1
- nucleo_l496zg
integration_platforms:
- reel_board
- reel_board@1
tags: sensors
depends_on: i2c

2
samples/subsys/debug/debugmon/sample.yaml

@ -3,5 +3,5 @@ sample: @@ -3,5 +3,5 @@ sample:
tests:
sample.debug.debugmon:
build_only: true
platform_allow: reel_board
platform_allow: reel_board@1
tags: debug

2
samples/subsys/display/cfb/sample.yaml

@ -10,4 +10,4 @@ tests: @@ -10,4 +10,4 @@ tests:
extra_args: SHIELD=ssd1306_128x64
tags: shield
sample.display.cfb.ssd16xx:
platform_allow: reel_board
platform_allow: reel_board@1

2
samples/subsys/display/cfb_custom_font/sample.yaml

@ -6,4 +6,4 @@ sample: @@ -6,4 +6,4 @@ sample:
name: cfb custom font sample
tests:
sample.display.cfb_custom_font.ssd16xx:
platform_allow: reel_board
platform_allow: reel_board@1

2
samples/subsys/display/cfb_shell/sample.yaml

@ -10,4 +10,4 @@ tests: @@ -10,4 +10,4 @@ tests:
extra_args: SHIELD=ssd1306_128x32
tags: shield
sample.display.cfb_shell.ssd16xx:
platform_allow: reel_board
platform_allow: reel_board@1

3
samples/subsys/mgmt/osdp/control_panel/sample.yaml

@ -8,7 +8,8 @@ common: @@ -8,7 +8,8 @@ common:
dt_chosen_enabled("zephyr,osdp-uart") and CONFIG_SERIAL
harness: osdp
integration_platforms:
- stm32_min_dev
- stm32_min_dev@black
- stm32_min_dev@blue
tests:
sample.mgmt.osdp.control_panel:
extra_args: CONF_FILE=prj.conf

3
samples/subsys/mgmt/osdp/peripheral_device/sample.yaml

@ -8,7 +8,8 @@ common: @@ -8,7 +8,8 @@ common:
dt_chosen_enabled("zephyr,osdp-uart") and CONFIG_SERIAL
harness: osdp
integration_platforms:
- stm32_min_dev
- stm32_min_dev@black
- stm32_min_dev@blue
tests:
sample.mgmt.osdp.peripheral_device:
extra_args: CONF_FILE=prj.conf

4
samples/subsys/shell/fs/sample.yaml

@ -9,12 +9,12 @@ common: @@ -9,12 +9,12 @@ common:
tests:
sample.filesystem.shell:
platform_allow:
- reel_board
- reel_board@1
- mimxrt1060_evk
- mr_canhubk3
- native_sim
integration_platforms:
- reel_board
- reel_board@1
sample.filesystem.shell.fuse:
platform_allow:
- native_sim

2
samples/tfm_integration/psa_crypto/sample.yaml

@ -12,7 +12,7 @@ tests: @@ -12,7 +12,7 @@ tests:
- csr
- mcuboot
platform_allow: mps2/an521/cpu0/ns v2m_musca_s1/musca_s1/ns
nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns
nrf5340dk/nrf5340/cpuapp/ns nrf9160dk@0.14.0/nrf9160/ns
stm32l562e_dk/stm32l562xx/ns bl5340_dvk/nrf5340/cpuapp/ns
harness: console
harness_config:

2
samples/tfm_integration/psa_protected_storage/sample.yaml

@ -7,7 +7,7 @@ common: @@ -7,7 +7,7 @@ common:
- mps2/an521/cpu0/ns
- v2m_musca_s1/musca_s1/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9160dk@0.14.0/nrf9160/ns
- bl5340_dvk/nrf5340/cpuapp/ns
integration_platforms:
- mps2/an521/cpu0/ns

2
samples/tfm_integration/tfm_ipc/sample.yaml

@ -11,7 +11,7 @@ tests: @@ -11,7 +11,7 @@ tests:
platform_allow:
- mps2/an521/cpu0/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9160dk@0.14.0/nrf9160/ns
- nucleo_l552ze_q/stm32l552xx/ns
- stm32l562e_dk/stm32l562xx/ns
- v2m_musca_s1/musca_s1/ns

4
samples/tfm_integration/tfm_psa_test/sample.yaml

@ -5,8 +5,8 @@ common: @@ -5,8 +5,8 @@ common:
platform_allow:
- mps2/an521/cpu0/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9160dk@0.14.0/nrf9160/ns
- nrf9161dk@0.9.0/nrf9161/ns
- v2m_musca_s1/musca_s1/ns
modules:
- psa-arch-tests

4
samples/tfm_integration/tfm_regression_test/sample.yaml

@ -6,8 +6,8 @@ common: @@ -6,8 +6,8 @@ common:
- psa-arch-tests
platform_allow:
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9160dk@0.14.0/nrf9160/ns
- nrf9161dk@0.9.0/nrf9161/ns
- v2m_musca_s1/musca_s1/ns
integration_platforms:
- nrf5340dk/nrf5340/cpuapp/ns

2
samples/tfm_integration/tfm_secure_partition/sample.yaml

@ -5,7 +5,7 @@ common: @@ -5,7 +5,7 @@ common:
- mps2/an521/cpu0/ns
- v2m_musca_s1/musca_s1/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9160dk@0.14.0/nrf9160/ns
integration_platforms:
- mps2/an521/cpu0/ns
harness: console

2
tests/arch/arm/arm_no_multithreading/testcase.yaml

@ -12,7 +12,7 @@ tests: @@ -12,7 +12,7 @@ tests:
- mps2/an521/cpu0
- mps3/an547
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf51dk/nrf51822
integration_platforms:
- qemu_cortex_m0

2
tests/boot/with_mcumgr/testcase.yaml

@ -3,7 +3,7 @@ common: @@ -3,7 +3,7 @@ common:
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf52840dk/nrf52840
timeout: 600

2
tests/drivers/clock_control/clock_control_api/testcase.yaml

@ -7,7 +7,7 @@ tests: @@ -7,7 +7,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf51dk/nrf51822
drivers.clock.clock_control_nrf5_lfclk_rc:

6
tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml

@ -10,7 +10,7 @@ tests: @@ -10,7 +10,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet
extra_configs:
@ -24,7 +24,7 @@ tests: @@ -24,7 +24,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet
extra_configs:
@ -38,7 +38,7 @@ tests: @@ -38,7 +38,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet
integration_platforms:

2
tests/drivers/clock_control/onoff/testcase.yaml

@ -7,6 +7,6 @@ tests: @@ -7,6 +7,6 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf51dk/nrf51822

8
tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml

@ -186,14 +186,14 @@ tests: @@ -186,14 +186,14 @@ tests:
extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hsi_8.overlay"
platform_allow:
- nucleo_f091rc
- stm32f3_disco
- stm32f3_disco@B
integration_platforms:
- nucleo_f091rc
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hse_8:
extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hse_8_bypass.overlay"
platform_allow:
- nucleo_f091rc
- stm32f3_disco
- stm32f3_disco@B
integration_platforms:
- nucleo_f091rc
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8:
@ -201,7 +201,7 @@ tests: @@ -201,7 +201,7 @@ tests:
DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hsi_8.overlay"
platform_allow:
- nucleo_f091rc
- stm32f3_disco
- stm32f3_disco@B
integration_platforms:
- nucleo_f091rc
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8:
@ -209,7 +209,7 @@ tests: @@ -209,7 +209,7 @@ tests:
DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hse_8.overlay"
platform_allow:
- nucleo_f091rc
- stm32f3_disco
- stm32f3_disco@B
integration_platforms:
- nucleo_f091rc
drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hsi_8:

2
tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml

@ -33,4 +33,4 @@ tests: @@ -33,4 +33,4 @@ tests:
platform_allow: nucleo_f091rc
drivers.clock.stm32_clock_configuration.common_device.f3.i2c1_hsi:
extra_args: DTC_OVERLAY_FILE="boards/f3_i2c1_hsi.overlay"
platform_allow: stm32f3_disco
platform_allow: stm32f3_disco@B

2
tests/drivers/dac/dac_loopback/testcase.yaml

@ -21,7 +21,7 @@ tests: @@ -21,7 +21,7 @@ tests:
- bl653_dvk
- bl654_dvk
- bl5340_dvk/nrf5340/cpuapp
- stm32f3_disco
- stm32f3_disco@B
- stm32l562e_dk
- nucleo_l552ze_q
- nucleo_f429zi

2
tests/drivers/flash/common/testcase.yaml

@ -40,7 +40,7 @@ tests: @@ -40,7 +40,7 @@ tests:
filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE
and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
integration_platforms:
- nrf9161dk/nrf9161/ns
- nrf9161dk@0.9.0/nrf9161/ns
drivers.flash.common.stm32:
platform_allow:
- nucleo_f103rb

2
tests/drivers/flash/erase_blocks/testcase.yaml

@ -13,5 +13,5 @@ tests: @@ -13,5 +13,5 @@ tests:
platform_allow:
- sam_v71_xult/samv71q21
- b_u585i_iot02a
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf5340dk/nrf5340/cpuapp

2
tests/drivers/i2c/i2c_target_api/testcase.yaml

@ -15,7 +15,7 @@ tests: @@ -15,7 +15,7 @@ tests:
- nucleo_g474re
- nucleo_f091rc
- stm32f072b_disco
- stm32f3_disco
- stm32f3_disco@B
- nucleo_g071rb
- nucleo_f207zg
- nucleo_f429zi

4
tests/drivers/regulator/fixed/testcase.yaml

@ -10,8 +10,8 @@ tests: @@ -10,8 +10,8 @@ tests:
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160

2
tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml

@ -6,7 +6,7 @@ common: @@ -6,7 +6,7 @@ common:
harness: ztest
platform_allow:
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf5340dk/nrf5340/cpuapp
- nrf52_bsim
integration_platforms:

4
tests/drivers/watchdog/wdt_basic_api/testcase.yaml

@ -23,7 +23,7 @@ tests: @@ -23,7 +23,7 @@ tests:
- nucleo_f091rc
- nucleo_f103rb
- nucleo_f207zg
- stm32f3_disco
- stm32f3_disco@B
- nucleo_f429zi
- nucleo_f746zg
- nucleo_g071rb
@ -54,7 +54,7 @@ tests: @@ -54,7 +54,7 @@ tests:
- nucleo_f091rc
- nucleo_f103rb
- nucleo_f207zg
- stm32f3_disco
- stm32f3_disco@B
- nucleo_f429zi
- nucleo_f746zg
- nucleo_g071rb

3
tests/kernel/gen_isr_table/testcase.yaml

@ -23,7 +23,8 @@ tests: @@ -23,7 +23,8 @@ tests:
- stmf103_mini
- nucleo_f103rb
- olimexino_stm32
- stm32_min_dev
- stm32_min_dev@black
- stm32_min_dev@blue
- usb_kw24d512
- v2m_beetle
- cc1352r1_launchxl

2
tests/kernel/mem_protect/mem_protect/testcase.yaml

@ -25,7 +25,7 @@ tests: @@ -25,7 +25,7 @@ tests:
platform_allow:
- efr32_radio/efr32mg21a020f1024im32
- mps3/an547
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- mps3/an547
extra_args: CONFIG_MPU_GAP_FILLING=y

2
tests/kernel/mem_protect/userspace/testcase.yaml

@ -24,7 +24,7 @@ tests: @@ -24,7 +24,7 @@ tests:
platform_allow:
- efr32_radio/efr32mg21a020f1024im32
- mps3/an547
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
integration_platforms:
- mps3/an547
extra_args: CONFIG_MPU_GAP_FILLING=y

2
tests/kernel/threads/no-multithreading/testcase.yaml

@ -8,7 +8,7 @@ tests: @@ -8,7 +8,7 @@ tests:
- mps2/an385
- mps2/an521/cpu0
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf9160dk@0.14.0/nrf9160
- nrf51dk/nrf51822
- nsim/nsim_em
- nsim/nsim_em7d_v22

2
tests/misc/test_build/testcase.yaml

@ -2,7 +2,7 @@ tests: @@ -2,7 +2,7 @@ tests:
buildsystem.debug.build:
platform_exclude:
- lpcxpresso55s69_ns
- nrf9160dk/nrf9160/ns
- nrf9160dk@0.14.0/nrf9160/ns
- nrf5340dk/nrf5340/cpuapp/ns
build_only: true
extra_args: CONF_FILE=debug.conf

4
tests/subsys/logging/log_immediate/testcase.yaml

@ -10,7 +10,7 @@ tests: @@ -10,7 +10,7 @@ tests:
timeout: 80
platform_exclude:
- nucleo_l053r8
- nucleo_f030r8
- nucleo_f030r8@1
- stm32f0_disco
- nrf52_bsim
logging.immediate.clean_output:
@ -21,6 +21,6 @@ tests: @@ -21,6 +21,6 @@ tests:
timeout: 80
platform_exclude:
- nucleo_l053r8
- nucleo_f030r8
- nucleo_f030r8@1
- stm32f0_disco
- nrf52_bsim

Loading…
Cancel
Save