When possible, add integration_platforms to samples/tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
418 B
YAML
20 lines
418 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
|
|
integration_platforms:
|
|
- qemu_x86
|
|
tests:
|
|
sample.net.prometheus: {}
|