cinder/cinder/tests/unit/scheduler
Victor Stinner 3a7f1ffb95 Port scheduler host manager to Python 3
* Rewrite ReadOnlyDict using collections.Mapping: collections.Mapping
  has no method to modify the dictionary and is available on Python 2
  and Python 3. Add also a __repr__() method to ease debug. Remove
  ReadOnlyDict.update() method: a read-only dictionary must not be
  modifiable.
* test_host_manager.py: sort dictionaries using a key function to
  have a reliable order for the list of dictionaries. On Python 3,
  the hash function is now randomized.
* tox.ini. add cinder/tests/unit/scheduler/ tests to Python 3.4

Blueprint cinder-python3
Change-Id: I34d98d6a75fef907251719f0d46b025d8e8b2b65
2015-10-02 10:28:36 +02:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Fix usage of novaclient 2015-09-14 20:03:35 +03:00
test_allocated_capacity_weigher.py Sync scheduler module from oslo-incubator 2015-08-06 04:29:11 +00:00
test_capacity_weigher.py Add unit test cases for the capacity scheduler 2015-08-11 18:00:43 +00:00
test_chance_weigher.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_filter_scheduler.py Filter scheduler: Fix KeyError on invalid create request 2015-09-08 18:46:32 -04:00
test_goodness_weigher.py Add missing unit test for goodness weigher 2015-06-02 18:59:02 +05:30
test_host_filters.py Fix usage of novaclient 2015-09-14 20:03:35 +03:00
test_host_manager.py Port scheduler host manager to Python 3 2015-10-02 10:28:36 +02:00
test_rpcapi.py Harden scheduler.rpcapi unit tests 2015-06-23 15:47:53 +02:00
test_scheduler.py Volume status management during migration 2015-08-28 09:54:28 +08:00
test_scheduler_options.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_number_weigher.py Fix order of parms in assertEqual for scheduler ut 2015-08-11 05:25:24 +00:00