ovn: Skip NRPE tests on Jammy

Related-Bug: #1968008
This commit is contained in:
Frode Nordahl
2022-04-06 15:39:00 +02:00
parent b5ba021785
commit 0ca76a86a5

View File

@@ -64,6 +64,9 @@ class BaseCharmOperationTest(test_utils.BaseCharmTest):
def test_nrpe_configured(self):
"""Confirm that the NRPE service check files are created."""
if self.current_release == openstack_utils.get_os_release(
'jammy_yoga'):
self.skipTest('The NRPE charm does not support Jammy yet')
units = zaza.model.get_units(self.application_name)
cmds = []
for check_name in self.nrpe_checks: