ironic/ironic/tests/unit/common
Debayan Ray 1de89030a7 Augmenting the hashing strategy
It was only 'sha1' algorithm being used till now in ``hash_file``
method to create hash of the file contents. Need to add 'md5'
to keep the consistency with that of IPA code base. Also, this
method now supports all the algorithms hashlib does. As this
method wasn't being used at all, therefore making the default
algorithm to 'md5'. Will be used in oob firmware update (manual
clean step) to verify the checksum of the images.

Change-Id: I8159fd64d1c074bd539817a40900e34f8fae30d4
2016-02-12 03:20:56 -08:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +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 Add FSM.is_stable() method 2015-12-10 15:23:40 +00:00
test_glance_service.py Merge "Add ability to cache swift temporary URLs" 2016-02-02 17:30:16 +00: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 Add choices option to several options 2016-01-14 10:16:16 +00:00
test_images.py Use ironic-lib's util methods 2016-01-04 15:39:57 +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 Add portgroups to support LAG interfaces - net 2016-02-04 22:40:54 +02: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 Use ironic-lib's util methods 2016-01-04 15:39:57 +00: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 API service logs access requests again 2016-01-22 10:22:30 -08: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 Augmenting the hashing strategy 2016-02-12 03:20:56 -08:00