ironic-inspector/ironic_inspector
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
..
common Add translation marker to deprecated_reason of config opts 2016-09-13 10:53:50 +00:00
migrations Remove downgrades from migrations 2016-03-25 13:37:49 +02:00
plugins Merge "Add translation marker to help of config opts" 2016-09-13 11:22:34 +00:00
test Use assertEqual() instead of assertDictEqual() 2016-09-26 11:07:27 +07:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
conf.py Add translation marker to help of config opts 2016-09-13 10:30:01 +03:00
db.py Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
dbsync.py Remove downgrades from migrations 2016-03-25 13:37:49 +02:00
firewall.py Fix formatting strings in LOG.error 2016-08-26 17:38:56 +00:00
introspect.py Fix improperly placed firewall.update_filters when aborting 2016-07-20 11:07:34 +08:00
main.py Add callback function to manage missing hooks 2016-08-05 17:13:33 +02:00
node_cache.py Merge "Modify the SQL's string from double quote to single quote." 2016-08-22 14:21:25 +00:00
process.py Merge "Log hook names as we run them" 2016-09-16 15:49:37 +00:00
rules.py Check whether action value is string before calling format() 2016-08-03 17:13:03 +08:00
utils.py Remove support for the old bash ramdisk 2016-06-06 13:36:05 +02:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00