nova/nova/tests
Rajesh Tailor 7db5128a86 Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).

The correct order expected by testtools is
assertEqual(expected, observed).

Partial-Bug: #1259292
Change-Id: Ie5390a5d583c56bf6392c315ba665274a4b4eaab
2015-09-09 05:23:07 -07:00
..
functional Add functional test for server group 2015-09-04 15:19:58 +02:00
unit Fix order of arguments in assertEqual 2015-09-09 05:23:07 -07:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Skip additionalProperties checks when LegacyV2CompatibleWrapper enabled 2015-08-06 14:38:45 +08:00