tests: use net prefix for prometheus tests

Prefix prometheus tests with net.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-12-12 12:01:54 -05:00 committed by Benjamin Cabé
commit 821ebc6966
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.collector:
net.prometheus.collector:
depends_on: netif
integration_platforms:
- native_sim

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.counter:
net.prometheus.counter:
depends_on: netif
integration_platforms:
- native_sim

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.formatter:
net.prometheus.formatter:
depends_on: netif
integration_platforms:
- native_sim

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.gauge:
net.prometheus.gauge:
depends_on: netif
integration_platforms:
- native_sim

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.histogram:
net.prometheus.histogram:
depends_on: netif
integration_platforms:
- native_sim

View file

@ -1,6 +1,6 @@
tests:
# section.subsection
prometheus.summary:
net.prometheus.summary:
depends_on: netif
integration_platforms:
- native_sim