magnum/magnum/tests/unit/objects
lei-zhang-99cloud 0961c864ae 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 fix the issue in the modules magnum/tests/unit/db/. 、
magnum/tests/unit/object/. and magnum/tests/unit/service/. modules.

Change-Id: If193d8904ac4e4637e3ad97c8050696661cd6112
Partial-Bug: #1259292
2015-10-10 18:49:11 +08:00
..
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_bay.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_baylock.py Fix continuation line under/over indented problems 2015-05-30 00:16:37 +08:00
test_baymodel.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_container.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_fields.py Introduce BayType that declares valid COEs 2015-09-28 15:55:40 -04:00
test_magnum_service.py Backend support for magnum service 2015-09-28 17:06:10 +00:00
test_node.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_objects.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_pod.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_replicationcontroller.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_service.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
test_x509keypair.py Fix order of arguments in assertEqual 2015-10-10 18:49:11 +08:00
utils.py Fix TypeError at magnum API for service-list 2015-10-02 17:50:18 +00:00