Don't print the long exclusion regex during populating the list.
Change-Id: Ib90c3167a66787677e2bd5f7cc7e8c71499ac6f2
This commit is contained in:
parent
b2eb56f2a0
commit
4c8027ce19
@ -49,7 +49,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user