Change pause and resume from ceilometer to services

This commit is contained in:
Eduardo Sousa
2019-09-29 00:18:16 +01:00
parent fa5326b4f7
commit b8cbae441a

View File

@@ -113,5 +113,5 @@ class CeilometerTest(test_utils.OpenStackBaseTest):
Pause service and check services are stopped then resume and check
they are started.
"""
with self.pause_resume(['ceilometer']):
with self.pause_resume(self.services):
logging.info("Testing pause and resume")