Merge pull request #1325 from mkalcok/ovn-metric-test

ovn: Change metric that verifies OVN exporter
This commit is contained in:
Frode Nordahl
2025-05-20 14:50:33 +02:00
committed by GitHub

View File

@@ -133,7 +133,9 @@ class CentralCosIntegrationTest(BaseCosIntegrationTest):
APPLICATION_NAME = 'ovn-central'
DASHBOARD = 'Juju: OVN Central (OVSDB)'
PROM_QUERY = 'ovn_up'
# make sure to test metric that requires successful connection
# of the exporter to the OVN sockets
PROM_QUERY = 'ovn_coverage_total'
class BaseCharmOperationTest(test_utils.BaseCharmTest):