diff --git a/zaza/openstack/charm_tests/ovn/tests.py b/zaza/openstack/charm_tests/ovn/tests.py index c6a7721..dafeed1 100644 --- a/zaza/openstack/charm_tests/ovn/tests.py +++ b/zaza/openstack/charm_tests/ovn/tests.py @@ -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."""