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>
18 lines
378 B
YAML
18 lines
378 B
YAML
sample:
|
|
description: Prometheus Client Sample
|
|
name: prometheus_client_sample
|
|
common:
|
|
harness: net
|
|
depends_on: netif
|
|
min_ram: 192
|
|
tags:
|
|
- http
|
|
- net
|
|
- server
|
|
- socket
|
|
- prometheus
|
|
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
|
|
filter: not CONFIG_HAS_RENESAS_RA_FSP
|
|
tests:
|
|
sample.net.prometheus: {}
|