ironic/ironic/tests/unit/drivers/modules/cimc
John L. Villalovos ec2a3285d8 Replace HTTP 'magic numbers' with constants
Replace HTTP 'magic numbers' (also known as unnamed numerical constants)
with constants provided by the http_client/httplib library.

For example, use 'http_client.OK' instead of '200'

This was done before in commit 107e064ca1c981480f12fad03fdd02d1f4847422
but a few more HTTP numbers have slipped in since that commit.

Change-Id: Ia3db6b0c8ef832290ffde8510a7ebe33adf356c4
2015-12-06 08:25:45 -08:00
..
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_common.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
test_management.py Replace HTTP 'magic numbers' with constants 2015-12-06 08:25:45 -08:00
test_power.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00