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:
parent
c0903de049
commit
821ebc6966
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.collector:
|
net.prometheus.collector:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.counter:
|
net.prometheus.counter:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.formatter:
|
net.prometheus.formatter:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.gauge:
|
net.prometheus.gauge:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.histogram:
|
net.prometheus.histogram:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
prometheus.summary:
|
net.prometheus.summary:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue