Add checks for Zuul and Nodepool to the functional test

Functional test was updated previously and now it checks
deploy of all apps, but post-deployment checks
(like app's port availability) for Zuul and Nodepool were omitted.

Change-Id: Ib8b893390b86499ca9b10bea302983edff00f308
This commit is contained in:
Anastasia Kuznetsova 2016-07-08 18:42:39 +03:00
parent f26c1ab992
commit 6e9a409dbc
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ class MuranoCiCdTest(base.MuranoTestsBase):
'ports': [389, 22],
'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)