summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-10 20:37:56 +0000
committerGerrit Code Review <review@openstack.org>2013-01-10 20:37:56 +0000
commitb35f86651120c52e611e671caad331e4f871c2cc (patch)
treeaa2468a354350a426ddb22ffc12684736737ae5e /nova/tests
parent9f5a63a79ff07e3c97ed548b3837e754b4a1f0d6 (diff)
parentabc9a0d5df70ee00ba38e655a4d88ae18417f0e3 (diff)
Merge "Update instance's cell_name in API cell."
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/cells/test_cells_messaging.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/cells/test_cells_messaging.py b/nova/tests/cells/test_cells_messaging.py
index a5810fb21..9973716f6 100644
--- a/nova/tests/cells/test_cells_messaging.py
+++ b/nova/tests/cells/test_cells_messaging.py
@@ -794,7 +794,9 @@ class CellsBroadcastMethodsTestCase(test.TestCase):
expected_sys_metadata = {'key1': 'value1',
'key2': 'value2'}
expected_info_cache = {'other': 'moo'}
+ expected_cell_name = 'api-cell!child-cell2!grandchild-cell1'
expected_instance = {'system_metadata': expected_sys_metadata,
+ 'cell_name': expected_cell_name,
'other': 'meow',
'uuid': 'fake_uuid'}