zephyr/samples/net/prometheus/sample.yaml
The Nguyen 0e7c64e2ee samples: net: prometheus: add filter to not build with Renesas RA FSP
Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error
with MbedTLS and Socket enabled
Description in https://github.com/zephyrproject-rtos/zephyr/issues/80121

Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
2024-10-23 15:29:41 -05:00

20 lines
426 B
YAML

sample:
description: Prometheus Client Sample
name: prometheus_client_sample
common:
harness: net
min_ram: 192
tags:
- http
- net
- server
- socket
- 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
filter: not CONFIG_HAS_RENESAS_RA_FSP
tests:
sample.net.prometheus: {}