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:
|
||||
# section.subsection
|
||||
prometheus.collector:
|
||||
net.prometheus.collector:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
# section.subsection
|
||||
prometheus.counter:
|
||||
net.prometheus.counter:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
# section.subsection
|
||||
prometheus.formatter:
|
||||
net.prometheus.formatter:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
# section.subsection
|
||||
prometheus.gauge:
|
||||
net.prometheus.gauge:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
# section.subsection
|
||||
prometheus.histogram:
|
||||
net.prometheus.histogram:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
# section.subsection
|
||||
prometheus.summary:
|
||||
net.prometheus.summary:
|
||||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue