sahara/sahara/tests/unit
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 Auth policy support implementation 2014-10-30 16:54:28 -07:00
conductor Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
db Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
plugins Add Spark support for MapR plugin 2015-03-17 15:43:08 +02:00
resources Added support of instance locality to engines 2015-03-12 17:19:40 +03:00
service Merge "Move updating provision progress to conductor" 2015-03-19 11:15:21 +00:00
swift Fix for getting auth url for hadoop-swift 2014-11-18 16:11:41 +03:00
topology Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
utils Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
base.py Inherit Context from oslo 2014-12-02 17:06:45 +01:00
test_context.py Fix order of arguments in assertEqual - Part1 2015-03-20 16:44:07 +08:00
testutils.py Added volume_local_to_instance field support 2015-03-06 17:05:52 +03:00