ironic-inspector/ironic_inspector/test
Cao Xuan Hoang 8da54e582e Use assertEqual() instead of assertDictEqual()
In unittesttools, assertDictEqual() and assertEqual()
are implemented by using '!=' operator. But assertEqual()
can handle dict, list, set and so on. So we just call
assertEqual() to make the tests simpler.

Change-Id: I2fdae6892abd3c66bb0702d518101f501e05c4e9
2016-09-26 11:07:27 +07:00
..
inspector_tempest_plugin Tempest: add auto-discovery test 2016-09-16 14:37:39 +03:00
unit Use assertEqual() instead of assertDictEqual() 2016-09-26 11:07:27 +07:00
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Inherit from oslotest base 2016-09-05 08:57:25 -04:00
functional.py Merge "Increase verbosity for functional tests" 2016-08-25 11:42:28 +00:00