summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4b0ca84605..9133fea155 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,9 +36,8 @@ deps = -r{toxinidir}/requirements.txt
commands =
find . -type f -name "*.pyc" -delete
python -m testtools.run \
- nova.tests.unit.test_exception \
+ nova.tests.unit.compute.test_keypairs \
nova.tests.unit.db.test_db_api \
- nova.tests.unit.test_versions \
nova.tests.unit.objects.test_agent \
nova.tests.unit.objects.test_aggregate \
nova.tests.unit.objects.test_bandwidth_usage \
@@ -76,7 +75,10 @@ commands =
nova.tests.unit.objects.test_tag \
nova.tests.unit.objects.test_vcpu_model \
nova.tests.unit.objects.test_virt_cpu_topology \
- nova.tests.unit.objects.test_virtual_interface
+ nova.tests.unit.objects.test_virtual_interface \
+ nova.tests.unit.test_crypto \
+ nova.tests.unit.test_exception \
+ nova.tests.unit.test_versions
[testenv:functional]
usedevelop = True