summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMehdi Abaakouk <mehdi.abaakouk@enovance.com>2015-01-21 12:22:09 +0100
committerMehdi Abaakouk <mehdi.abaakouk@enovance.com>2015-01-21 17:58:18 +0100
commitf286ef1114aad1e13f2e9c14c4ee275e1aa1e97c (patch)
tree3656224af885ee9dcfa4472036f87a6d593d120f /tox.ini
parentdb7371c3c2c9650c498b8195cb03d5fe1b30e44b (diff)
downloadoslo-messaging-f286ef1114aad1e13f2e9c14c4ee275e1aa1e97c.tar.gz
Fix functionnal tests
This removes the functionnal tests from the legacy directory and run the ones in the new directory with tox. Change-Id: Ibbfd6c946e25435ff37e459bf5e82565a1e21778
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 428b051..0497120 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,11 +33,11 @@ deps = -r{toxinidir}/requirements-py3.txt
[testenv:py27-func-qpid]
setenv = TRANSPORT_URL=qpid://guest:password@localhost//
-commands = python setup.py testr --slowest --testr-args='tests.functional'
+commands = python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional'
[testenv:py27-func-rabbit]
setenv = TRANSPORT_URL=rabbit://guest:password@localhost//
-commands = python setup.py testr --slowest --testr-args='tests.functional'
+commands = python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional'
[testenv:py27-func-amqp1]
setenv = TRANSPORT_URL=amqp://guest:password@localhost//
@@ -45,7 +45,7 @@ deps = -r{toxinidir}/amqp1-requirements.txt
{[testenv]deps}
# NOTE(sileht): until ubuntu get proto packages, we run amqp_driver tests here
# because this is the only target to run fedora 20 in gate
-commands = python setup.py testr --slowest --testr-args='tests.(functional|test_amqp_driver)'
+commands = python setup.py testr --slowest --testr-args='oslo_messaging.tests.(functional|test_amqp_driver)'
[flake8]
show-source = True