ironic/ironic/tests/unit/common
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 Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_disk_partitioner.py Merge "Move ironic.tests.unit.base to ironic.tests.base" 2015-10-23 04:46:43 +00:00
test_driver_factory.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_exception.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_fsm.py Specifying target provision states in fsm 2015-11-18 20:38:08 +00:00
test_glance_service.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_hash_ring.py Merge "Move ironic.tests.unit.base to ironic.tests.base" 2015-10-23 04:46:43 +00:00
test_image_service.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_images.py Add switch to enable/disable streaming raw images for IPA 2015-11-25 13:02:56 +00:00
test_keystone.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_network.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
test_policy.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_pxe_utils.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
test_raid.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_rpc.py Add tests for RequestContextSerializer 2015-11-27 14:04:46 +08:00
test_service.py Add SSL support to the Ironic API 2015-11-18 12:04:18 +00:00
test_states.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_swift.py Replace HTTP 'magic numbers' with constants 2015-12-06 08:25:45 -08:00
test_utils.py Validate all tcp/udp port numbers 2015-11-19 09:23:33 +08:00