summaryrefslogtreecommitdiff
path: root/nova/tests/unit/notifications/objects
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@ericsson.com>2016-06-06 15:03:47 +0200
committerBalazs Gibizer <balazs.gibizer@ericsson.com>2016-06-30 16:54:57 +0200
commit87e13112b128385a915589b43b8d376839215f8c (patch)
treefd0b7bf99d683864dabeca7c232ab568acd5942c /nova/tests/unit/notifications/objects
parent084478d417f4d9be45906e3479d7f342496ffce3 (diff)
downloadnova-87e13112b128385a915589b43b8d376839215f8c.tar.gz
Transform instance.update notification
Change-Id: I4e1ca357322bdbcb95e4803001f4a7dc1bd37f04 Implements: bp versioned-notification-transformation-newton
Diffstat (limited to 'nova/tests/unit/notifications/objects')
-rw-r--r--nova/tests/unit/notifications/objects/test_notification.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/tests/unit/notifications/objects/test_notification.py b/nova/tests/unit/notifications/objects/test_notification.py
index a698e9ab16..2f9e2afced 100644
--- a/nova/tests/unit/notifications/objects/test_notification.py
+++ b/nova/tests/unit/notifications/objects/test_notification.py
@@ -255,6 +255,8 @@ class TestNotificationBase(test.NoDBTestCase):
notification_object_data = {
+ 'AuditPeriodPayload': '1.0-28345f72ca9d805eeb61b2c2385805dd',
+ 'BandwidthPayload': '1.0-49278639296f9939ff2c8947b2078a82',
'EventType': '1.3-6ef678bfe9a4ebfd669c96d2d2c124a5',
'ExceptionNotification': '1.0-a73147b93b520ff0061865849d3dfa56',
'ExceptionPayload': '1.0-4516ae282a55fe2fd5c754967ee6248b',
@@ -262,6 +264,9 @@ notification_object_data = {
'InstanceActionNotification': '1.0-a73147b93b520ff0061865849d3dfa56',
'InstanceActionPayload': '1.0-aa6a322cf1a3a19d090259fee65d1094',
'InstancePayload': '1.0-878bbc5a7a20bdeac7c6570f438a53aa',
+ 'InstanceStateUpdatePayload': '1.0-a934d04e1b314318e42e8062647edd11',
+ 'InstanceUpdateNotification': '1.0-a73147b93b520ff0061865849d3dfa56',
+ 'InstanceUpdatePayload': '1.0-c69e17e00400455bfe602e5573a61f0b',
'IpPayload': '1.0-26b40117c41ed95a61ae104f0fcb5fdc',
'NotificationPublisher': '1.0-bbbc1402fb0e443a3eb227cc52b61545',
'ServiceStatusNotification': '1.0-a73147b93b520ff0061865849d3dfa56',