boards native_posix: Remove twister support

native_posix is being removed as it has reached its end of life in 4.2,
after being deprecated since 4.0.

Remove the twister support for native_posix[//64] and therefore all
references to them from the testcases and samples yamls, so twister
does not error out.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-02-25 12:11:51 +01:00 committed by Carles Cufí
commit 6c38bc8ec4
67 changed files with 2 additions and 233 deletions

View file

@ -1,25 +0,0 @@
identifier: native_posix
name: Native 32-bit POSIX port
type: native
simulation:
- name: native
arch: posix
ram: 65536
flash: 65536
toolchain:
- host
- llvm
supported:
- can
- counter
- display
- dma
- eeprom
- netif:eth
- usb_device
- adc
- i2c
- spi
- gpio
- rtc
vendor: zephyr

View file

@ -1,23 +0,0 @@
identifier: native_posix/native/64
name: Native 64-bit POSIX port
type: native
simulation:
- name: native
arch: posix
ram: 65536
flash: 65536
toolchain:
- host
- llvm
supported:
- can
- counter
- display
- dma
- eeprom
- netif:eth
- usb_device
- adc
- gpio
- rtc
vendor: zephyr

View file

@ -5,12 +5,10 @@ tests:
sample.display.sdl: sample.display.sdl:
build_only: true build_only: true
platform_allow: platform_allow:
- native_posix/native/64
- native_sim/native/64 - native_sim/native/64
tags: display tags: display
sample.display.dummy: sample.display.dummy:
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay" extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
extra_configs: extra_configs:

View file

@ -6,8 +6,6 @@ tests:
tags: eeprom tags: eeprom
platform_allow: platform_allow:
- gd32f450i_eval - gd32f450i_eval
- native_posix
- native_posix/native/64
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
integration_platforms: integration_platforms:

View file

@ -4,7 +4,6 @@ tests:
sample.drivers.uart.native_tty: sample.drivers.uart.native_tty:
build_only: true build_only: true
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
tags: tags:
- serial - serial

View file

@ -4,9 +4,6 @@ tests:
sample.net.dhcpv4_client: sample.net.dhcpv4_client:
harness: net harness: net
depends_on: netif depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tags: tags:
- net - net
- http - http

View file

@ -4,9 +4,6 @@ common:
tags: tags:
- net - net
- dns - dns
platform_exclude:
- native_posix
- native_posix/native/64
sample: sample:
description: DNS resolver, mDNS and LLMNR responder description: DNS resolver, mDNS and LLMNR responder
name: DNS resolver and responder sample application name: DNS resolver and responder sample application

View file

@ -11,9 +11,6 @@ common:
- server - server
- socket - socket
- prometheus - prometheus
platform_exclude:
- native_posix
- native_posix/native/64
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
filter: not CONFIG_HAS_RENESAS_RA_FSP filter: not CONFIG_HAS_RENESAS_RA_FSP
tests: tests:

View file

@ -10,9 +10,6 @@ common:
tags: tags:
- net - net
- socket - socket
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.big_http_download: sample.net.sockets.big_http_download:
extra_configs: extra_configs:

View file

@ -8,10 +8,6 @@ common:
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican") filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
depends_on: can depends_on: can
harness: console harness: console
# native_posix does not work with CONFIG_POSIX_API
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.can.one_socket: sample.net.sockets.can.one_socket:
extra_configs: extra_configs:

View file

@ -10,10 +10,6 @@ common:
- net - net
- socket - socket
- http - http
# native_posix does not work with CONFIG_POSIX_API
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.dumb_http_server_mt: sample.net.sockets.dumb_http_server_mt:
extra_configs: extra_configs:

View file

@ -86,8 +86,6 @@ tests:
platform_exclude: platform_exclude:
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
- native_posix
- native_posix/native/64
sample.net.sockets.echo_server.openthread: sample.net.sockets.echo_server.openthread:
extra_args: EXTRA_CONF_FILE="overlay-ot.conf" extra_args: EXTRA_CONF_FILE="overlay-ot.conf"
slow: true slow: true

View file

@ -5,10 +5,6 @@ common:
harness: net harness: net
depends_on: netif depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
# eventfd does not work properly with native_posix so exclude it here
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.service.echo: sample.net.sockets.service.echo:
tags: tags:

View file

@ -5,10 +5,6 @@ common:
- http_client - http_client
min_ram: 32 min_ram: 32
depends_on: netif depends_on: netif
# native_posix does not work with CONFIG_POSIX_API
platform_exclude:
- native_posix
- native_posix/native/64
sample: sample:
description: HTTP client sample description: HTTP client sample
name: http_client name: http_client

View file

@ -9,9 +9,6 @@ common:
tags: tags:
- net - net
- socket - socket
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.http_get: sample.net.sockets.http_get:
filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC

View file

@ -11,8 +11,6 @@ common:
- server - server
- socket - socket
platform_exclude: platform_exclude:
- native_posix
- native_posix/native/64
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow. - nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
tests: tests:
sample.net.sockets.http.server: {} sample.net.sockets.http.server: {}

View file

@ -6,9 +6,6 @@ common:
- net - net
- socket - socket
- mgmt - mgmt
platform_exclude:
- native_posix
- native_posix/native/64
sample: sample:
description: Test network management socket sample description: Test network management socket sample
name: net_mgmt socket name: net_mgmt socket

View file

@ -7,10 +7,6 @@ common:
- websocket - websocket
min_ram: 35 min_ram: 35
depends_on: netif depends_on: netif
# native_posix does not work with CONFIG_POSIX_API
platform_exclude:
- native_posix
- native_posix/native/64
sample: sample:
description: Websocket client sample description: Websocket client sample
name: websocket_client name: websocket_client

View file

@ -7,10 +7,7 @@ common:
sample: sample:
name: Telnet Server name: Telnet Server
tests: tests:
sample.net.telnet: sample.net.telnet: {}
platform_exclude:
- native_posix
- native_posix/native/64
sample.net.telnet.wifi.nrf70dk: sample.net.telnet.wifi.nrf70dk:
extra_args: extra_args:
- SNIPPET=wifi-ipv4 - SNIPPET=wifi-ipv4

View file

@ -2,10 +2,7 @@ common:
tags: tags:
- net - net
- zperf - zperf
# TODO: Does not work properly with native_posix, need more TLC
platform_exclude: platform_exclude:
- native_posix
- native_posix/native/64
- sam_e70_xplained/same70q21 - sam_e70_xplained/same70q21
min_ram: 64 min_ram: 64
sample: sample:

View file

@ -5,9 +5,6 @@ common:
tags: tags:
- posix - posix
- env - env
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms: integration_platforms:
- native_sim - native_sim
harness: console harness: console

View file

@ -10,9 +10,6 @@ common:
tags: tags:
- posix - posix
- net - net
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.posix.gettimeofday: sample.posix.gettimeofday:
harness: net harness: net

View file

@ -3,9 +3,6 @@ sample:
name: posix uname name: posix uname
common: common:
tags: posix tags: posix
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_riscv64 - qemu_riscv64

View file

@ -2,9 +2,6 @@ sample:
name: Shell Sample name: Shell Sample
common: common:
filter: not CONFIG_NATIVE_LIBC and not CONFIG_SOC_SERIES_BSIM_NRFXX filter: not CONFIG_NATIVE_LIBC and not CONFIG_SOC_SERIES_BSIM_NRFXX
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.shell.shell_module: sample.shell.shell_module:
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")

View file

@ -3,7 +3,6 @@ tests:
sample.testing.ztest: sample.testing.ztest:
build_only: true build_only: true
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
integration_platforms: integration_platforms:
- native_sim - native_sim

View file

@ -4,7 +4,4 @@ tests:
sample.usb.loopback: sample.usb.loopback:
depends_on: usb_device depends_on: usb_device
tags: usb tags: usb
platform_exclude:
- native_posix
- native_posix/native/64
harness: button harness: button

View file

@ -4,7 +4,4 @@ tests:
sample.usb.webusb: sample.usb.webusb:
depends_on: usb_device depends_on: usb_device
tags: usb tags: usb
platform_exclude:
- native_posix
- native_posix/native/64
harness: TBD harness: TBD

View file

@ -3,8 +3,6 @@ tests:
extra_args: extra_args:
- EXTRA_DTC_OVERLAY_FILE="test.overlay" - EXTRA_DTC_OVERLAY_FILE="test.overlay"
platform_allow: platform_allow:
- native_posix
- native_posix/native/64
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
- qemu_x86 - qemu_x86

View file

@ -4,7 +4,6 @@ common:
- input - input
build_only: true build_only: true
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
tests: tests:
drivers.input.default: {} drivers.input.default: {}

View file

@ -6,8 +6,6 @@ tests:
drivers.flash.flash_simulator: drivers.flash.flash_simulator:
platform_allow: platform_allow:
- qemu_x86 - qemu_x86
- native_posix
- native_posix/native/64
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
- nucleo_f411re - nucleo_f411re
@ -17,8 +15,6 @@ tests:
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
platform_allow: platform_allow:
- qemu_x86 - qemu_x86
- native_posix
- native_posix/native/64
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
- nucleo_f411re - nucleo_f411re
@ -32,14 +28,12 @@ tests:
drivers.flash.flash_simulator.native_erase_value_0x00: drivers.flash.flash_simulator.native_erase_value_0x00:
extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
integration_platforms: integration_platforms:
- native_sim - native_sim
drivers.flash.flash_simulator.native_64_erase_value_0x00: drivers.flash.flash_simulator.native_64_erase_value_0x00:
extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay
platform_allow: platform_allow:
- native_posix/native/64
- native_sim/native/64 - native_sim/native/64
integration_platforms: integration_platforms:
- native_sim/native/64 - native_sim/native/64

View file

@ -4,7 +4,6 @@ tests:
- drivers - drivers
- modem - modem
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
integration_platforms: integration_platforms:
- native_sim - native_sim

View file

@ -87,7 +87,6 @@ tests:
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4 - CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
- CONFIG_DYNAMIC_THREAD_ALLOC=y - CONFIG_DYNAMIC_THREAD_ALLOC=y
platform_allow: platform_allow:
- native_posix/native/64
- native_sim/native/64 - native_sim/native/64
- native_sim - native_sim
integration_platforms: integration_platforms:

View file

@ -15,7 +15,6 @@ tests:
- qemu_x86 - qemu_x86
- qemu_x86_64 - qemu_x86_64
- qemu_xtensa/dc233c - qemu_xtensa/dc233c
- native_posix
- native_sim - native_sim
integration_platforms: integration_platforms:
- native_sim - native_sim

View file

@ -4,6 +4,3 @@ tests:
timeout: 180 timeout: 180
integration_platforms: integration_platforms:
- mps2/an385 - mps2/an385
platform_exclude:
- native_posix
- native_posix/native/64

View file

@ -3,9 +3,6 @@ common:
tags: tags:
- net - net
- dhcpv4 - dhcpv4
platform_exclude:
- native_posix/native/64
- native_posix
tests: tests:
net.dhcpv4_client: net.dhcpv4_client:
extra_configs: extra_configs:

View file

@ -1,12 +1,8 @@
common: common:
depends_on: netif depends_on: netif
tags: tags:
# eventfd API does not work with native_posix so exclude it here
- net - net
- dhcpv4 - dhcpv4
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dhcpv4_server: net.dhcpv4_server:
extra_configs: extra_configs:

View file

@ -4,9 +4,6 @@ common:
- ipv6 - ipv6
- ipv6_pe - ipv6_pe
depends_on: netif depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tests: tests:
net.ipv6: net.ipv6:
extra_configs: extra_configs:

View file

@ -5,9 +5,6 @@ common:
depends_on: netif depends_on: netif
min_ram: 16 min_ram: 16
timeout: 600 timeout: 600
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dns.addremove: net.dns.addremove:
min_ram: 21 min_ram: 21

View file

@ -6,9 +6,6 @@ common:
depends_on: netif depends_on: netif
integration_platforms: integration_platforms:
- native_sim - native_sim
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dns.cache: net.dns.cache:
build_only: false build_only: false

View file

@ -5,9 +5,6 @@ common:
depends_on: netif depends_on: netif
min_ram: 21 min_ram: 21
timeout: 600 timeout: 600
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dns.dispatch: net.dns.dispatch:
min_ram: 21 min_ram: 21

View file

@ -1,8 +1,5 @@
tests: tests:
net.dns: net.dns:
platform_exclude:
- native_posix
- native_posix/native/64
min_ram: 16 min_ram: 16
tags: tags:
- dns - dns

View file

@ -5,9 +5,6 @@ common:
depends_on: netif depends_on: netif
timeout: 600 timeout: 600
min_ram: 21 min_ram: 21
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dns.resolve: net.dns.resolve:
extra_configs: extra_configs:

View file

@ -3,9 +3,6 @@ common:
- dns - dns
- net - net
depends_on: netif depends_on: netif
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.dns.sd: net.dns.sd:
min_ram: 21 min_ram: 21

View file

@ -7,8 +7,5 @@ common:
- server - server
integration_platforms: integration_platforms:
- native_sim - native_sim
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.http.server.common: {} net.http.server.common: {}

View file

@ -10,9 +10,6 @@ common:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.http.server.core: {} net.http.server.core: {}
net.http.server.static.fs: net.http.server.static.fs:

View file

@ -9,8 +9,5 @@ common:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.http.server.crime: {} net.http.server.crime: {}

View file

@ -8,8 +8,5 @@ common:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.http.server.http2_hpack: {} net.http.server.http2_hpack: {}

View file

@ -9,9 +9,6 @@ common:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
platform_allow: platform_allow:
- native_sim - native_sim
- qemu_x86 - qemu_x86

View file

@ -3,9 +3,6 @@ common:
- dns - dns
- net - net
depends_on: netif depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tests: tests:
net.mdns: net.mdns:
min_ram: 21 min_ram: 21

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -5,7 +5,4 @@ tests:
integration_platforms: integration_platforms:
- native_sim - native_sim
- qemu_x86 - qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
tags: prometheus tags: prometheus

View file

@ -4,11 +4,6 @@ common:
- net - net
- socket - socket
- af_packet - af_packet
# The test do not work in native_posix as the zeth interface creation
# needs root permission.
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.socket.af_packet: net.socket.af_packet:
min_ram: 21 min_ram: 21

View file

@ -4,11 +4,6 @@ common:
- net - net
- socket - socket
- af_packet - af_packet
# The test do not work in native_posix as the zeth interface creation
# needs root permission.
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.socket.af_packet.ipproto_raw: net.socket.af_packet.ipproto_raw:
min_ram: 21 min_ram: 21

View file

@ -6,9 +6,6 @@ common:
- socket - socket
- getaddrinfo - getaddrinfo
- userspace - userspace
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.socket.get_addr_info: net.socket.get_addr_info:
min_ram: 21 min_ram: 21

View file

@ -1,9 +1,6 @@
common: common:
depends_on: netif depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED filter: CONFIG_FULL_LIBC_SUPPORTED
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.socket.get_name_info: net.socket.get_name_info:
min_ram: 21 min_ram: 21

View file

@ -5,8 +5,6 @@ common:
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608). # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
platform_exclude: platform_exclude:
- mps2/an385 - mps2/an385
- native_posix/native/64
- native_posix
tests: tests:
net.socket.poll: net.socket.poll:
min_ram: 21 min_ram: 21

View file

@ -3,11 +3,8 @@ common:
# FIXME: This test fails very frequently on mps2/an385 due to the system # FIXME: This test fails very frequently on mps2/an385 due to the system
# timer stability issues, so keep it disabled until the root cause # timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608). # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
# eventfd API does not work with native_posix so exclude it here
platform_exclude: platform_exclude:
- mps2/an385 - mps2/an385
- native_posix
- native_posix/native/64
tests: tests:
net.socket.service: net.socket.service:
min_ram: 21 min_ram: 21

View file

@ -6,8 +6,6 @@ common:
depends_on: netif depends_on: netif
min_ram: 21 min_ram: 21
platform_exclude: platform_exclude:
- native_posix/native/64
- native_posix
# See #61246 for info about these next two excludes # See #61246 for info about these next two excludes
- vmu_rt1170/mimxrt1176/cm7 - vmu_rt1170/mimxrt1176/cm7
- mimxrt1160_evk/mimxrt1166/cm7 - mimxrt1160_evk/mimxrt1166/cm7

View file

@ -7,8 +7,6 @@ common:
- arch - arch
- simulation - simulation
platform_exclude: platform_exclude:
- native_posix
- native_posix/native/64
# consistently overflows flash # consistently overflows flash
- qemu_nios2 - qemu_nios2
filter: not CONFIG_NATIVE_LIBC filter: not CONFIG_NATIVE_LIBC

View file

@ -2,9 +2,6 @@ common:
filter: not CONFIG_NATIVE_LIBC filter: not CONFIG_NATIVE_LIBC
arch_exclude: arch_exclude:
- nios2 - nios2
platform_exclude:
- native_posix
- native_posix/native/64
tags: tags:
- posix - posix
- filesystem - filesystem

View file

@ -9,7 +9,7 @@ common:
integration_platforms: integration_platforms:
- mps2/an385 - mps2/an385
- qemu_x86 - qemu_x86
# native_posix and native_sim link to if_*() from the host libc which causes the test to crash # Building with the host libC links to if_*() from the host libc which causes the test to crash
# immediately. # immediately.
filter: not CONFIG_NATIVE_LIBC filter: not CONFIG_NATIVE_LIBC
tests: tests:

View file

@ -7,7 +7,6 @@ common:
tests: tests:
bindesc.read: bindesc.read:
platform_allow: platform_allow:
- native_posix
- native_sim - native_sim
bindesc.read.c99: bindesc.read.c99:
extra_configs: extra_configs:

View file

@ -2,9 +2,6 @@ common:
platform_allow: platform_allow:
- native_sim - native_sim
- native_sim/native/64 - native_sim/native/64
platform_exclude:
- native_posix/native/64
- native_posix
integration_platforms: integration_platforms:
- native_sim - native_sim
tags: tags: