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:
parent
f26c1ab992
commit
6e9a409dbc
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user