diff --git a/tests/test_cicd_apps.py b/tests/test_cicd_apps.py index a9f35f6..163131b 100755 --- a/tests/test_cicd_apps.py +++ b/tests/test_cicd_apps.py @@ -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)