Set the password used in gate

Change-Id: I7affe90e3b0f4e3677e3494731e9cb0dc421c374
This commit is contained in:
Mehdi Abaakouk 2015-01-28 09:42:57 +01:00
parent f211fb66c2
commit dc75773f98
1 changed files with 3 additions and 3 deletions

View File

@ -32,15 +32,15 @@ deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements-py3.txt
[testenv:py27-func-qpid]
setenv = TRANSPORT_URL=qpid://guest:password@localhost//
setenv = TRANSPORT_URL=qpid://stackqpid:secretqpid@127.0.0.1//
commands = python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional'
[testenv:py27-func-rabbit]
setenv = TRANSPORT_URL=rabbit://guest:password@localhost//
setenv = TRANSPORT_URL=rabbit://stackrabbit:secretrabbit@127.0.0.1//
commands = python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional'
[testenv:py27-func-amqp1]
setenv = TRANSPORT_URL=amqp://guest:password@localhost//
setenv = TRANSPORT_URL=amqp://stackqpid:secretamqp1@127.0.0.1//
deps = -r{toxinidir}/amqp1-requirements.txt
{[testenv]deps}
# NOTE(sileht): until ubuntu get proto packages, we run amqp_driver tests here