cinder/cinder/tests/unit/scheduler
appsdesh 4982812364 Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).
The correct order expected by testtools is
assertEqual(expected, observed).

This patch does not cover v1 api tests and vendor unit tets.

Change-Id: Icb0636143cfc48d5189bcb0faa6e643f68c32f5e
Partial-Bug: #1259292
2015-08-03 19:26:08 -07:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_allocated_capacity_weigher.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_capacity_weigher.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_chance_weigher.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_filter_scheduler.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_goodness_weigher.py Add missing unit test for goodness weigher 2015-06-02 18:59:02 +05:30
test_host_filters.py Add unit tests for the capacity filter 2015-06-24 00:13:21 -04:00
test_host_manager.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_rpcapi.py Harden scheduler.rpcapi unit tests 2015-06-23 15:47:53 +02:00
test_scheduler.py Remove useless logging from unit tests 2015-07-13 17:39:44 +00:00
test_scheduler_options.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_number_weigher.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00