manila/manila/tests/scheduler
Valeriy Ponomaryov b3d584bbcc py3: Use six module for StringIO imports
It is python 2/3 compatibility change.
six.StringIO an alias for StringIO.StringIO in Python 2 and
io.StringIO in Python 3.

Partially implements blueprint py3-compatibility

Change-Id: Ib2f570645d3b0a4b3bd38c017693e0b1b77f3236
2014-08-31 09:58:08 +03:00
..
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py py33: use six.iteritems for item iterations (part2) 2014-07-09 09:54:06 -04:00
test_capacity_weigher.py Flake8: Fix H302 2014-08-26 12:50:59 +02:00
test_filter_scheduler.py Flake8: Fix E128 2014-08-27 12:46:30 +02:00
test_host_filters.py Flake8: Fix F401 2014-08-23 08:42:36 +00:00
test_host_manager.py Flake8: Fix E126 and E127 2014-08-23 08:43:02 +00:00
test_rpcapi.py Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
test_scheduler.py Flake8: Fix F841 2014-08-25 08:58:38 +02:00
test_scheduler_options.py py3: Use six module for StringIO imports 2014-08-31 09:58:08 +03:00