Merge "Don't print the long exclusion regex during populating the list."

This commit is contained in:
Jenkins 2017-01-25 06:41:28 +00:00 committed by Gerrit Code Review
commit cd90eaf32a

View File

@ -52,7 +52,10 @@ export DEVSTACK_GATE_XENAPI_PASSWORD=password
export DEVSTACK_GATE_CLEAN_LOGS=0
# set regular expression
# Not display the long list for the exclusion regex when populate the variables.
set +x
source /home/jenkins/xenapi-os-testing/tempest_exclusion_list
set -x
if [ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]; then
export DEVSTACK_GATE_TEMPEST_REGEX="$NEUTRON_NETWORK_TEMPEST_REGEX"
export ENABLED_SERVICES=neutron,q-domua