cinder/cinder/tests/scheduler
He Yongli aa7dd439c5 Use six.StringIO instead of StringIO.StringIO
to keep Python 3.x compatibility, use six.StringIO/BytesIO to
replace StringIO.StringIO

StringIO works for unicode
BytesIO works for bytes

Change-Id: I5e40809b2347d4dbe031ba92dac4848b044d3af6
Closes-Bug: #1280100
2014-02-25 17:07:29 +08:00
..
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
fakes.py Add ability to modify volume type 2014-01-06 22:02:09 +02:00
test_allocated_capacity_weigher.py Add AllocatedCapacityWeigher 2013-12-30 17:06:12 +08:00
test_capacity_weigher.py Add AllocatedCapacityWeigher 2013-12-30 17:06:12 +08:00
test_chance_weigher.py Fix and enable gating on F401 2013-12-20 15:01:23 +01:00
test_filter_scheduler.py Add ability to modify volume type 2014-01-06 22:02:09 +02:00
test_host_filters.py Pull latest scheduler change from Oslo 2014-01-16 14:34:16 +08:00
test_host_manager.py Merge "Fix and enable gating on H402" 2013-12-18 00:21:24 +00:00
test_rpcapi.py Add ability to modify volume type 2014-01-06 22:02:09 +02:00
test_scheduler.py Drop Chance/SimpleScheduler Implementation 2014-01-09 18:29:27 +08:00
test_scheduler_options.py Use six.StringIO instead of StringIO.StringIO 2014-02-25 17:07:29 +08:00