Merge "Add missing {posargs:} to AMQP 1.0 functional tests"
This commit is contained in:
commit
268ca151dc
4
tox.ini
4
tox.ini
@ -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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user