Test list of cinder services in test_services()
This commit is contained in:
parent
1bd5e59a45
commit
1771f0619e
@ -90,11 +90,10 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment):
|
||||
"""Verify the expected services are running on the corresponding
|
||||
service units."""
|
||||
commands = {
|
||||
self.mysql_sentry: 'status mysql',
|
||||
self.keystone_sentry: 'status keystone',
|
||||
self.cinder_sentry: 'status cinder-api',
|
||||
self.cinder_sentry: 'status cinder-scheduler',
|
||||
self.cinder_sentry: 'status cinder-volume'
|
||||
self.mysql_sentry: ['status mysql'],
|
||||
self.keystone_sentry: ['status keystone'],
|
||||
self.cinder_sentry: ['status cinder-api', 'status cinder-scheduler',
|
||||
'status cinder-volume']
|
||||
}
|
||||
ret = u.validate_services(commands)
|
||||
if ret:
|
||||
|
Loading…
x
Reference in New Issue
Block a user