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>
This commit is contained in:
parent
40a88a7b48
commit
de0fb67c9f
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.can.shell:
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
tags:
|
||||
- drivers
|
||||
- can
|
||||
|
|
|
@ -4,4 +4,4 @@ tests:
|
|||
- drivers
|
||||
- clock
|
||||
platform_allow:
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
|
|
|
@ -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:
|
|||
- 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:
|
|||
build_only: true
|
||||
platform_exclude:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
- qemu_x86
|
||||
- nucleo_l152re
|
||||
- nucleo_l073rz
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.eeprom.shell:
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
tags:
|
||||
- drivers
|
||||
- eeprom
|
||||
|
|
|
@ -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,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,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,7 +2,7 @@ tests:
|
|||
drivers.rtc.shell:
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
tags:
|
||||
- drivers
|
||||
- rtc
|
||||
|
|
Loading…
Reference in a new issue