From 821ebc69662c9765dc3ccd810469bbd0737288c8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 12 Dec 2024 12:01:54 -0500 Subject: [PATCH] tests: use net prefix for prometheus tests Prefix prometheus tests with net. Signed-off-by: Anas Nashif --- tests/net/lib/prometheus/collector/testcase.yaml | 2 +- tests/net/lib/prometheus/counter/testcase.yaml | 2 +- tests/net/lib/prometheus/formatter/testcase.yaml | 2 +- tests/net/lib/prometheus/gauge/testcase.yaml | 2 +- tests/net/lib/prometheus/histogram/testcase.yaml | 2 +- tests/net/lib/prometheus/summary/testcase.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/net/lib/prometheus/collector/testcase.yaml b/tests/net/lib/prometheus/collector/testcase.yaml index b4b4ed288a6..978c8e601de 100644 --- a/tests/net/lib/prometheus/collector/testcase.yaml +++ b/tests/net/lib/prometheus/collector/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.collector: + net.prometheus.collector: depends_on: netif integration_platforms: - native_sim diff --git a/tests/net/lib/prometheus/counter/testcase.yaml b/tests/net/lib/prometheus/counter/testcase.yaml index fba6efe3157..596b3a6e922 100644 --- a/tests/net/lib/prometheus/counter/testcase.yaml +++ b/tests/net/lib/prometheus/counter/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.counter: + net.prometheus.counter: depends_on: netif integration_platforms: - native_sim diff --git a/tests/net/lib/prometheus/formatter/testcase.yaml b/tests/net/lib/prometheus/formatter/testcase.yaml index 57a5e6307dd..16ca0103bde 100644 --- a/tests/net/lib/prometheus/formatter/testcase.yaml +++ b/tests/net/lib/prometheus/formatter/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.formatter: + net.prometheus.formatter: depends_on: netif integration_platforms: - native_sim diff --git a/tests/net/lib/prometheus/gauge/testcase.yaml b/tests/net/lib/prometheus/gauge/testcase.yaml index 4a807ccd55f..c4e59abbe05 100644 --- a/tests/net/lib/prometheus/gauge/testcase.yaml +++ b/tests/net/lib/prometheus/gauge/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.gauge: + net.prometheus.gauge: depends_on: netif integration_platforms: - native_sim diff --git a/tests/net/lib/prometheus/histogram/testcase.yaml b/tests/net/lib/prometheus/histogram/testcase.yaml index 1aaca343571..36eec9aafc0 100644 --- a/tests/net/lib/prometheus/histogram/testcase.yaml +++ b/tests/net/lib/prometheus/histogram/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.histogram: + net.prometheus.histogram: depends_on: netif integration_platforms: - native_sim diff --git a/tests/net/lib/prometheus/summary/testcase.yaml b/tests/net/lib/prometheus/summary/testcase.yaml index c094209d594..beea2a5b502 100644 --- a/tests/net/lib/prometheus/summary/testcase.yaml +++ b/tests/net/lib/prometheus/summary/testcase.yaml @@ -1,6 +1,6 @@ tests: # section.subsection - prometheus.summary: + net.prometheus.summary: depends_on: netif integration_platforms: - native_sim