Browse Source

tests/drivers several: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
pull/70309/head
Alberto Escolar Piedras 1 year ago committed by Henrik Brix Andersen
parent
commit
de0fb67c9f
  1. 2
      tests/drivers/can/shell/testcase.yaml
  2. 2
      tests/drivers/clock_control/fixed_clock/testcase.yaml
  3. 10
      tests/drivers/eeprom/api/testcase.yaml
  4. 2
      tests/drivers/eeprom/shell/testcase.yaml
  5. 4
      tests/drivers/gnss/gnss_dump/testcase.yaml
  6. 4
      tests/drivers/pinctrl/api/testcase.yaml
  7. 4
      tests/drivers/regulator/api/testcase.yaml
  8. 2
      tests/drivers/rtc/shell/testcase.yaml

2
tests/drivers/can/shell/testcase.yaml

@ -2,7 +2,7 @@ tests: @@ -2,7 +2,7 @@ tests:
drivers.can.shell:
integration_platforms:
- native_sim
- native_sim_64
- native_sim/native/64
tags:
- drivers
- can

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

@ -4,4 +4,4 @@ tests: @@ -4,4 +4,4 @@ tests:
- drivers
- clock
platform_allow:
- native_sim_64
- native_sim/native/64

10
tests/drivers/eeprom/api/testcase.yaml

@ -8,9 +8,9 @@ tests: @@ -8,9 +8,9 @@ tests:
# Tests overwrite EEPROM content, only run on select boards
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- nucleo_l152re
- nucleo_l073rz
@ -23,9 +23,9 @@ tests: @@ -23,9 +23,9 @@ tests:
- OVERLAY_CONFIG=at2x_emul.conf
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
drivers.eeprom.api.build:
@ -33,7 +33,7 @@ tests: @@ -33,7 +33,7 @@ tests:
build_only: true
platform_exclude:
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- nucleo_l152re
- nucleo_l073rz

2
tests/drivers/eeprom/shell/testcase.yaml

@ -2,7 +2,7 @@ tests: @@ -2,7 +2,7 @@ tests:
drivers.eeprom.shell:
integration_platforms:
- native_sim
- native_sim_64
- native_sim/native/64
tags:
- drivers
- eeprom

4
tests/drivers/gnss/gnss_dump/testcase.yaml

@ -5,9 +5,9 @@ tests: @@ -5,9 +5,9 @@ tests:
tags: gnss
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
harness: console

4
tests/drivers/pinctrl/api/testcase.yaml

@ -4,9 +4,9 @@ @@ -4,9 +4,9 @@
common:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
tests:

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

@ -4,9 +4,9 @@ @@ -4,9 +4,9 @@
common:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
tests:

2
tests/drivers/rtc/shell/testcase.yaml

@ -2,7 +2,7 @@ tests: @@ -2,7 +2,7 @@ tests:
drivers.rtc.shell:
integration_platforms:
- native_sim
- native_sim_64
- native_sim/native/64
tags:
- drivers
- rtc

Loading…
Cancel
Save