ironic/ironic/tests/unit/objects
Dmitry Tantsur 8aecabcfe4 Stop using md5 for __repr__ of objects
The md5 function is not available on systems in FIPS mode, just
use the callable name (which is closer to how repr usually looks).

Change-Id: I4319ce2f42f35251595306b9a77ae1f8bc55595c
2020-07-07 15:28:03 +02:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_allocation.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_bios.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_chassis.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_conductor.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_deploy_template.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_fields.py Stop using md5 for __repr__ of objects 2020-07-07 15:28:03 +02:00
test_node.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_notification.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_objects.py Add network_data field to ironic node object 2020-05-05 15:57:36 +02:00
test_port.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_portgroup.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_trait.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_volume_connector.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_volume_target.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
utils.py Stop using six library 2019-12-23 09:38:25 +01:00