Skip test_003_test_overide_is_observed

Skip test_003_test_overide_is_observed until Bug #1880959 is fix
released.
This commit is contained in:
Liam Young
2020-07-14 14:07:59 +00:00
parent a84b15b786
commit 9896c8d9c5

View File

@@ -401,6 +401,10 @@ class BasePolicydSpecialization(PolicydTest,
def test_003_test_overide_is_observed(self):
"""Test that the override is observed by the underlying service."""
if (openstack_utils.get_os_release() <
openstack_utils.get_os_release('groovy_victoria')):
raise unittest.SkipTest(
"Test skipped until Bug #1880959 is fix released")
if self._test_name is None:
logging.info("Doing policyd override for {}"
.format(self._service_name))