ovn: ovn-central COS Integration tests

Signed-off-by: Martin Kalcok <martin.kalcok@canonical.com>
This commit is contained in:
Martin Kalcok
2025-05-06 09:24:13 +02:00
parent 745ef51a9f
commit ddb6d4d432

View File

@@ -128,6 +128,14 @@ class DedicatedChassisCosIntegrationTest(ChassisCosIntegrationTest):
APPLICATION_NAME = 'ovn-dedicated-chassis'
class CentralCosIntegrationTest(BaseCosIntegrationTest):
"""Variant of COS integration tests for OVN Central."""
APPLICATION_NAME = 'ovn-central'
DASHBOARD = 'Juju: OVN Central (OVSDB)'
PROM_QUERY = 'ovn_up'
class BaseCharmOperationTest(test_utils.BaseCharmTest):
"""Base OVN Charm operation tests."""