cinder/cinder/tests/unit/integrated
chenying 5a2efeb6ab 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 tests.

Partial-Bug: #1486906
Change-Id: I4671cc75c999d22ea9c181c515c67d03b7d54c71
2015-09-05 15:18:22 +08:00
..
api Replace urllib and urllib2 with six.moves.urllib 2015-06-10 18:52:26 +02:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
integrated_helpers.py Remove deprecated SimpleScheduler 2015-07-26 23:03:36 -07:00
test_extensions.py Fake out sleeps in unit tests 2015-05-01 15:38:34 -06:00
test_login.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volumes.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_xml.py Fix order of arguments in assertEqual 2015-09-05 15:18:22 +08:00