Merge "Do not require functional_creds.conf for functional tests"

This commit is contained in:
Jenkins 2015-12-18 17:32:58 +00:00 committed by Gerrit Code Review
commit 245fd77a5c
2 changed files with 1 additions and 14 deletions

View File

@ -37,19 +37,6 @@ sudo chown -R jenkins:stack $CINDERCLIENT_DIR
cd $STACK_DIR
source openrc admin admin
# Store these credentials into the config file
CREDS_FILE=$CINDERCLIENT_DIR/functional_creds.conf
cat <<EOF > $CREDS_FILE
# Credentials for functional testing
[auth]
uri = $OS_AUTH_URL
[admin]
user = $OS_USERNAME
tenant = $OS_TENANT_NAME
pass = $OS_PASSWORD
EOF
# Go to the cinderclient dir
cd $CINDERCLIENT_DIR

View File

@ -39,7 +39,7 @@ setenv =
# The OS_CACERT environment variable should be passed to the test
# environments to specify a CA bundle file to use in verifying a
# TLS (https) server certificate.
passenv = OS_CACERT
passenv = OS_*
[flake8]
show-source = True