Merge "Remove unneeded OS_TEST_DBAPI_ADMIN_CONNECTION"

This commit is contained in:
Jenkins 2015-08-02 03:20:12 +00:00 committed by Gerrit Code Review
commit bb38f6f823

View File

@ -5,7 +5,6 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
passenv = TRACE_FAILONLY
usedevelop = True
install_command = pip install -U {opts} {packages}