Browse Source

tests: Update board names for hwmv2

Updates tests that use board names which have changed with
boards v2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago
parent
commit
ada469f237
  1. 2
      samples/subsys/llext/shell_loader/sample.yaml
  2. 2
      tests/drivers/charger/sbs_charger/testcase.yaml
  3. 2
      tests/subsys/llext/hello_world/testcase.yaml

2
samples/subsys/llext/shell_loader/sample.yaml

@ -5,7 +5,7 @@ common:
- xtensa - xtensa
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE_R52 filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE_R52
platform_exclude: platform_exclude:
- nuvoton_pfm_m487 # See #63167 - numaker_pfm/m487 # See #63167
sample: sample:
description: Loadable extensions with shell sample description: Loadable extensions with shell sample
name: Extension loader shell name: Extension loader shell

2
tests/drivers/charger/sbs_charger/testcase.yaml

@ -19,7 +19,7 @@ tests:
- hifive_unmatched - hifive_unmatched
- rcar_h3ulcb_ca57 - rcar_h3ulcb_ca57
- rcar_salvator_xs_m3 - rcar_salvator_xs_m3
- numaker_pfm_m467 - numaker_pfm/m467
drivers.charger.sbs.emulated_64_bit_i2c_addr: drivers.charger.sbs.emulated_64_bit_i2c_addr:
tags: tags:
- drivers - drivers

2
tests/subsys/llext/hello_world/testcase.yaml

@ -4,7 +4,7 @@ common:
- arm - arm
- xtensa - xtensa
platform_exclude: platform_exclude:
- nuvoton_pfm_m487 # See #63167 - numaker_pfm/m487 # See #63167
tests: tests:
llext.simple.readonly: llext.simple.readonly:
arch_exclude: xtensa # for now arch_exclude: xtensa # for now

Loading…
Cancel
Save