summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2014-02-26 16:50:49 +0800
committerGerrit Code Review <review@openstack.org>2014-03-06 02:10:26 +0000
commitc71f8ab984fc19b2799d52d21d48910dc47c4ac9 (patch)
tree456007dec905f9779c37127178d09ec726004102 /tox.ini
parentc6a57ffea475e9712fd15a456b465fdb6ac5073e (diff)
downloadoslo-incubator-c71f8ab984fc19b2799d52d21d48910dc47c4ac9.tar.gz
Apply testscenarios to imageutils test scripts
There are some corner cases that need to be tested such as processing floating values in imageutils.QemuImgInfo. Rather than copy and pasting test scripts, it would be better to have testscenarios applied for ease of addiing test cases. The original test case was not removed to prove the new test script covers the original tests. The test_imageutils module was removed from py33 tests due to testscenarios incompatibility. Change-Id: I4aa71034a5f1e83724efb49ceec3054726e87233
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 141af259..19b8f516 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,7 +68,6 @@ commands =
tests/unit/test_excutils.py \
tests/unit/test_funcutils.py \
tests/unit/test_hooks.py \
- tests/unit/test_imageutils.py \
tests/unit/test_importutils.py \
tests/unit/test_local.py \
tests/unit/test_memorycache.py \