Do not run API check on Ocata

Since commit c98aa001f9, there are some
missing changes.

This stops the API check on Ocata when gnocchi is in play. Gnocchi must
be in play for Ocata but heretofore has not been.
This commit is contained in:
David Ames
2020-07-02 16:10:39 -07:00
parent 5040bdf32d
commit 39b6065879

View File

@@ -101,7 +101,7 @@ class CeilometerTest(test_utils.OpenStackBaseTest):
def test_400_api_connection(self):
"""Simple api calls to check service is up and responding."""
if self.current_release >= CeilometerTest.XENIAL_PIKE:
if self.current_release >= CeilometerTest.XENIAL_OCATA:
logging.info('Skipping API checks as ceilometer api has been '
'removed')
return