manila/manila/tests/scheduler
Yusuke Hayashi d24048aff4 Fix order of arguments in assertEqual
Fix incorrect order assertEqual(observed, expected) as below.
  assertEqual(observed, expected) => assertEqual(expected, observed)

Target of this patch:
  manila/tests/scheduler/*
  manila/tests/volume/*
  and all others

Change-Id: I063d35c01835ed6a5c62f016274b02e29333aade
Closes-Bug: #1280522
2015-10-04 11:15:07 +09:00
..
weights Fix unstable unit test 'test_get_all_host_states_share' 2015-09-08 17:29:32 +03:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Can't create shares on drivers that don't support snapshots 2015-09-23 18:34:42 +00:00
test_capacity_weigher.py Fix unstable unit test 'test_get_all_host_states_share' 2015-09-08 17:29:32 +03:00
test_filter_scheduler.py Use 'False' as default value for "dedupe" common capability 2015-09-09 12:38:05 -04:00
test_host_filters.py Capacity filter should check free space if total space is unknown 2015-09-09 14:56:13 +00:00
test_host_manager.py Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
test_rpcapi.py Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
test_scheduler.py Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
test_scheduler_options.py Fix string/binary conversions for py34 compatibility 2015-08-07 15:33:36 +03:00