sahara/sahara
Jacob Bin Wang cb480679a1 Fix order of arguments in assertEqual - Part1
Some tests used incorrect order assertEqual(observed, expected).
The correct order expected by testtools is:
    def assertEqual(self, expected, observed, message='')
Changed to use the right order. Also if the order is wrong and
expected value is None, change it to assertIsNone instead.

It requires big changes and some tests change frequently.
So I would do it in series of small CR.
This part contains all changes except tests of plugins and service.

Partial-Bug: #1259292

Change-Id: Iefbb5f4b9efca35f7a2298f9f7f5b9de73fc260f
2015-03-20 16:44:07 +08:00
..
api Merge "Add job-types endpoint" 2015-03-16 16:27:36 +00:00
cli Using oslo_* instead of oslo.* 2015-02-04 13:19:28 +03:00
conductor Move updating provision progress to conductor 2015-03-16 21:45:36 +04:00
db Move updating provision progress to conductor 2015-03-16 21:45:36 +04:00
locale Imported Translations from Transifex 2015-03-17 06:46:20 +00:00
openstack Implemented multi-worker solution for Sahara API 2015-03-05 13:14:37 -08:00
plugins Merge "Apply event-log feature for HDP plugin" 2015-03-19 00:58:49 +00:00
service Merge "Move updating provision progress to conductor" 2015-03-19 11:15:21 +00:00
swift Rewrite log levels and messages 2015-03-12 17:16:06 +03:00
tests Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
topology Rewrite log levels and messages 2015-03-12 17:16:06 +03:00
utils Merge "Move updating provision progress to conductor" 2015-03-19 11:15:21 +00:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
config.py Add option to disable event log 2015-02-17 00:22:26 +04:00
context.py Move updating provision progress to conductor 2015-03-16 21:45:36 +04:00
exceptions.py Implement poll util and plugin poll util 2015-03-17 11:33:57 +03:00
i18n.py Using oslo_* instead of oslo.* 2015-02-04 13:19:28 +03:00
main.py Rewrite log levels and messages 2015-03-12 17:16:06 +03:00
version.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00