diff options
author | Zhongyue Luo <zhongyue.nah@intel.com> | 2014-02-26 16:50:49 +0800 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-03-06 02:10:26 +0000 |
commit | c71f8ab984fc19b2799d52d21d48910dc47c4ac9 (patch) | |
tree | 456007dec905f9779c37127178d09ec726004102 /tox.ini | |
parent | c6a57ffea475e9712fd15a456b465fdb6ac5073e (diff) | |
download | oslo-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.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |