ironic/ironic/tests/unit/objects
Ruby Loo fa0cb98c21 Use max version of an object
In the code for handling rolling upgrades (and pinned ironic versions),
we were assuming that for an object class (eg 'Node') that had more than
one version in a release, the first version was the latest one. This was
error-prone as humans don't always know/remember to put the latest version
as the first one in the list.

This patch removes the assumption and gets the maximum version in the list.

Change-Id: Ie0a789f8bfa6f286b58cc7211be85ee18b2800f5
2018-08-02 13:43:51 +00:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +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 Add conductor_group field to config, node and conductor objects 2018-07-18 21:50:29 +00:00
test_fields.py Add power state change notifications 2016-10-17 15:39:18 +00:00
test_node.py Add conductor_group field to config, node and conductor objects 2018-07-18 21:50:29 +00:00
test_notification.py Add missing 'autospec' to unit tests - /unit/objects/ 2017-11-09 09:28:10 -08:00
test_objects.py Use max version of an object 2018-08-02 13:43:51 +00:00
test_port.py Copy port[group] VIF info from extra to internal_info 2018-04-02 17:56:47 +00:00
test_portgroup.py Copy port[group] VIF info from extra to internal_info 2018-04-02 17:56:47 +00: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 Add Node BIOS support - REST API 2018-05-28 12:17:39 +02:00