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