ironic/ironic/tests/unit/objects
Dmitry Tantsur 798a585efb 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
(cherry picked from commit 8aecabcfe4)
2020-07-09 16:04:20 +00:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_allocation.py Add owner to allocations and create relevant policies 2019-12-10 19:00:33 +00:00
test_bios.py BIOS Settings: add sync_node_setting 2018-06-20 15:15:01 +08:00
test_chassis.py Unit test consistency: DB base and utils prefix 2017-06-20 09:36:21 +01:00
test_conductor.py Expose conductors: db and rpc 2018-11-29 10:25:16 +08:00
test_deploy_template.py Merge "Deploy Templates: add 'extra' field to DB & object" 2019-02-27 05:57:57 +00:00
test_fields.py Stop using md5 for __repr__ of objects 2020-07-09 16:04:20 +00:00
test_node.py Add node lessee field 2020-04-07 15:33:42 +00:00
test_notification.py Add missing 'autospec' to unit tests - /unit/objects/ 2017-11-09 09:28:10 -08:00
test_objects.py Add node lessee field 2020-04-07 15:33:42 +00:00
test_port.py Allow node owners to administer associated ports 2020-01-02 15:12:43 +00:00
test_portgroup.py Remove unused migration tests 2019-11-22 11:05:29 +08:00
test_trait.py Support nested objects and object lists in as_dict 2018-02-22 00:29:58 +00:00
test_volume_connector.py Add missing 'autospec' to unit tests - /unit/objects/ 2017-11-09 09:28:10 -08:00
test_volume_target.py Add missing 'autospec' to unit tests - /unit/objects/ 2017-11-09 09:28:10 -08:00
utils.py Stop using six library 2019-12-23 09:38:25 +01:00