add basic/simple tests for the tripleo-ui

Starting simple with just a curl test.
We need to ensure the tripleo-ui is always
working after a deployment.

Related-Bug: #1722674
Depends-On: Ie320cf86a6d6d2bc810221e18f4be5e029c26df2
Change-Id: If1fb7d94cd28364c23efae4bb716e64ac6db93f4
This commit is contained in:
Wes Hayutin 2017-10-24 14:59:33 -04:00
parent b0d042e53c
commit 627b955b82
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ enable_port_forward_for_tripleo_ui: true
# Setup for SSL access to the tripleo-ui.
# Please consult the tripleo-quickstart documentation prior to enabling this option
tripleo_ui_secure_access: true
validate_ui_simple: true
# Note this needs to be false for freeIPA
# https://bugs.launchpad.net/tripleo/+bug/1709333

View File

@ -5,7 +5,7 @@
# or even ansible modules
LANG=C
DEFAULT_OPT_TAGS="untagged,provision,environment,undercloud-scripts,overcloud-scripts,undercloud-install,undercloud-post-install"
DEFAULT_OPT_TAGS="untagged,provision,environment,undercloud-scripts,overcloud-scripts,undercloud-install,undercloud-post-install,tripleoui-validate"
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
: ${OPT_BOOTSTRAP:=0}