def test_100_services(self):
"""Verify the expected services are running on the corresponding
service units."""
u.log.debug('Checking system services on units...')
murano_svcs = [
'murano-api', 'murano-engine'
]
service_names = {
self.murano_sentry: murano_svcs,
}
ret = u.validate_services_by_name(service_names)
if ret:
amulet.raise_status(amulet.FAIL, msg=ret)
u.log.debug('OK')
评论列表
文章目录