Merge "Add checks for Zuul and Nodepool to the functional test"

This commit is contained in:
Jenkins 2016-07-14 12:13:15 +00:00 committed by Gerrit Code Review
commit 6d31467fbe
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ class MuranoCiCdTest(base.MuranoTestsBase):
'ports': [389, 22], 'ports': [389, 22],
'url': None 'url': None
}, },
'org.openstack.ci_cd_pipeline_murano_app.Zuul': {
'ports': [80],
'url': None
},
'org.openstack.ci_cd_pipeline_murano_app.Nodepool': {
'ports': [80],
'url': 'image.log',
'url_port': 80
},
} }
self.deployment_success_check(environment, check_services) self.deployment_success_check(environment, check_services)