fuel-agent/fuel_agent
Cady_Chen 9e1e030c98 Use assertIsNone(...) instead of assertEqual(None, ...)
Refer to:http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

[H203] Use assertIs(Not)None to check for None (off by default) Unit
test assertions tend to give better messages for more specific assertions.
As a result, assertIsNone(...) is preferred over assertEqual(None, ...)
and assertIs(None, ...)

Change-Id: I9246fac952c59d3ddc1458c16c53fc988ac095d3
2016-12-20 01:33:05 +08:00
..
cmd Rename pass_deploy_info to heartbeat 2016-08-31 16:51:15 +03:00
drivers Fix LOG.warn to LOG.warning 2016-09-26 17:49:07 +07:00
objects Merge "TrivialFix: Remove logging import unused" 2016-09-06 18:22:26 +00:00
openstack Graduate to oslo.log and cleanup Oslo incubator 2016-06-08 11:58:59 -04:00
tests Use assertIsNone(...) instead of assertEqual(None, ...) 2016-12-20 01:33:05 +08:00
utils Disable cloud-init network auto configuration 2016-11-19 14:57:17 +01:00
__init__.py Upgrade hacking rules and fix new issues 2015-06-26 07:57:07 +00:00
errors.py Configure admin NIC prior the first system boot 2016-08-16 18:29:09 +03:00
hooks.py Remove pbr import from fuel_agent's setup.py 2015-07-07 14:48:59 +02:00
manager.py Fix umount fuse control filesystem error 2016-10-19 17:21:33 +08:00
version.py Added Fuel agent 2014-07-10 19:05:58 +04:00