summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/objects
diff options
context:
space:
mode:
authorMark Goddard <mark@stackhpc.com>2019-01-04 10:12:18 +0000
committerMark Goddard <mark@stackhpc.com>2019-03-04 10:30:16 +0000
commitec2f7f992e1cca141df26441bdbf9cd9c682541c (patch)
treebb79f18c230968c5abc60ed97cc44a81ee537c9e /ironic/tests/unit/objects
parent17a944fe9d282658b5eaa80f145b2a6a6882cbc2 (diff)
downloadironic-ec2f7f992e1cca141df26441bdbf9cd9c682541c.tar.gz
Deploy templates: API & notifications
Adds deploy_templates REST API endpoints for retrieving, creating, updating and deleting deployment templates. Also adds notification objects for deploy templates. Bumps the minimum WSME requirement to 0.9.3, since the lower constraints job was failing with a 500 error when sending data in an unexpected format to the POST /deploy_templates API. Change-Id: I0e8c97e600f9b1080c8bdec790e5710e7a92d016 Story: 1722275 Task: 28677
Diffstat (limited to 'ironic/tests/unit/objects')
-rw-r--r--ironic/tests/unit/objects/test_objects.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ironic/tests/unit/objects/test_objects.py b/ironic/tests/unit/objects/test_objects.py
index 0717cc42d..865b597d6 100644
--- a/ironic/tests/unit/objects/test_objects.py
+++ b/ironic/tests/unit/objects/test_objects.py
@@ -718,6 +718,8 @@ expected_object_fingerprints = {
'AllocationCRUDNotification': '1.0-59acc533c11d306f149846f922739c15',
'AllocationCRUDPayload': '1.0-a82389d019f37cfe54b50049f73911b3',
'DeployTemplate': '1.1-4e30c8e9098595e359bb907f095bf1a9',
+ 'DeployTemplateCRUDNotification': '1.0-59acc533c11d306f149846f922739c15',
+ 'DeployTemplateCRUDPayload': '1.0-200857e7e715f58a5b6d6b700ab73a3b',
}