Merge "Add missing {posargs:} to AMQP 1.0 functional tests"

This commit is contained in:
Jenkins 2017-05-26 17:01:19 +00:00 committed by Gerrit Code Review
commit 268ca151dc

View File

@ -63,7 +63,7 @@ setenv =
AMQP1_BACKEND=qpidd AMQP1_BACKEND=qpidd
ENVNAME={envname} ENVNAME={envname}
WORKDIR={toxworkdir} WORKDIR={toxworkdir}
commands = {toxinidir}/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional' commands = {toxinidir}/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
[testenv:py35-func-amqp1] [testenv:py35-func-amqp1]
basepython = python3.5 basepython = python3.5
@ -73,7 +73,7 @@ setenv =
AMQP1_BACKEND=qpidd AMQP1_BACKEND=qpidd
ENVNAME={envname} ENVNAME={envname}
WORKDIR={toxworkdir} WORKDIR={toxworkdir}
commands = {toxinidir}/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional' commands = {toxinidir}/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
[testenv:py27-func-zmq] [testenv:py27-func-zmq]
commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}' commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'