summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Davies <michael@the-davies.net>2014-09-08 19:44:50 +0000
committerDevananda van der Veen <devananda.vdv@gmail.com>2014-09-09 15:35:43 -0700
commit93edd4f3804ed90cc2ff0e3f9f3142cabfe64e30 (patch)
tree682313377486d05380c0279f8dc102b2bd3a95ff /tox.ini
parent95d1262450bd81ffdcb3fae2711db945a9da3068 (diff)
downloadironic-93edd4f3804ed90cc2ff0e3f9f3142cabfe64e30.tar.gz
Deprecate Ironic compute driver and sched manager
Updates the Ironic compute driver and scheduler manager so that they subclass the now in-Nova-tree driver classes. This should de-duplicate code maintenance across Nova and Ironic and also provide end users an easier upgrade path (with Deprecation log messages). This patch also removes the old Ironic compute driver tests and classes since those now live in Nova. This patch also removes a line from tox.ini which was copying the second set of unit test outputs; those no longer exist, since we are no longer running unit tests on nova code in this tree. Co-Authored-By: Dan Prince <dprince@redhat.com> Co-Authored-By: Devananda van der Veen <devananda.vdv@gmail.com> Change-Id: Ic194f779eca470e4a4dd8a3fbd31ca5a6f6b4f7e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 51b69cb00..270c20d9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,8 +12,6 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = bash
commands =
bash -c "TESTS_DIR=./ironic/tests/ python setup.py testr --slowest --testr-args='{posargs}'"
- bash -c "TESTS_DIR=./ironic/nova/tests/ python setup.py testr --slowest --testr-args='{posargs}'"
- bash -c "cat .testrepository/1 >>.testrepository/0"
[tox:jenkins]
downloadcache = ~/cache/pip