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
8 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.can.shell:
|
drivers.can.shell:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- can
|
- can
|
||||||
|
|
|
@ -4,4 +4,4 @@ tests:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
|
|
|
@ -8,9 +8,9 @@ tests:
|
||||||
# Tests overwrite EEPROM content, only run on select boards
|
# Tests overwrite EEPROM content, only run on select boards
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix_64
|
- native_posix/native/64
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nucleo_l152re
|
- nucleo_l152re
|
||||||
- nucleo_l073rz
|
- nucleo_l073rz
|
||||||
|
@ -23,9 +23,9 @@ tests:
|
||||||
- OVERLAY_CONFIG=at2x_emul.conf
|
- OVERLAY_CONFIG=at2x_emul.conf
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix_64
|
- native_posix/native/64
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
drivers.eeprom.api.build:
|
drivers.eeprom.api.build:
|
||||||
|
@ -33,7 +33,7 @@ tests:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nucleo_l152re
|
- nucleo_l152re
|
||||||
- nucleo_l073rz
|
- nucleo_l073rz
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.eeprom.shell:
|
drivers.eeprom.shell:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- eeprom
|
- eeprom
|
||||||
|
|
|
@ -5,9 +5,9 @@ tests:
|
||||||
tags: gnss
|
tags: gnss
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix_64
|
- native_posix/native/64
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
harness: console
|
harness: console
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
common:
|
common:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix_64
|
- native_posix/native/64
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
common:
|
common:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix_64
|
- native_posix/native/64
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.rtc.shell:
|
drivers.rtc.shell:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- rtc
|
- rtc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue