@ -13,7 +13,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args=' {posargs}'
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
@ -39,14 +39,14 @@ basepython = python2.7
setenv =
{[testenv]setenv}
TRANSPORT_DRIVER = rabbit
commands = pifpaf run rabbitmq -- python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = pifpaf run rabbitmq -- stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py35-func-rabbit]
basepython = python3.5
setenv =
{[testenv]setenv}
TRANSPORT_DRIVER = rabbit
commands = pifpaf run rabbitmq -- python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = pifpaf run rabbitmq -- stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-kafka]
basepython = python2.7
@ -54,7 +54,7 @@ setenv =
{[testenv]setenv}
TRANSPORT_URL = kafka://127.0.0.1:9092/
OS_GROUP_REGEX = oslo_messaging.tests.functional
commands = {toxinidir}/setup-test-env-kafka.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/setup-test-env-kafka.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-amqp1]
basepython = python2.7
@ -64,7 +64,7 @@ setenv =
AMQP1_BACKEND = qpidd
ENVNAME = {envname}
WORKDIR = {toxworkdir}
commands = {toxinidir}/tools/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/tools/setup-test-env-amqp1.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py35-func-amqp1]
basepython = python3.5
@ -74,7 +74,7 @@ setenv =
AMQP1_BACKEND = qpidd
ENVNAME = {envname}
WORKDIR = {toxworkdir}
commands = {toxinidir}/tools/setup-test-env-amqp1.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/tools/setup-test-env-amqp1.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py35-func-kafka]
basepython = python3.5
@ -82,27 +82,27 @@ setenv =
{[testenv]setenv}
TRANSPORT_URL = kafka://127.0.0.1:9092/
OS_GROUP_REGEX = oslo_messaging.tests.functional
commands = {toxinidir}/setup-test-env-kafka.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/setup-test-env-kafka.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-zmq]
basepython = python2.7
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 stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py35-func-zmq]
basepython = python3.5
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 stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-zmq-dyn]
basepython = python2.7
commands = {toxinidir}/setup-test-env-zmq-direct-dynamic.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/setup-test-env-zmq-direct-dynamic.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-zmq-proxy]
basepython = python2.7
commands = {toxinidir}/setup-test-env-zmq-proxy.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/setup-test-env-zmq-proxy.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py27-func-zmq-pubsub]
basepython = python2.7
commands = {toxinidir}/setup-test-env-zmq-pub-sub.sh python setup.py testr --slowest --testr-args=' {posargs:oslo_messaging.tests.functional}'
commands = {toxinidir}/setup-test-env-zmq-pub-sub.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:bandit]
basepython = python3