summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorjaypipes@gmail.com <>2011-03-16 14:49:25 -0400
committerjaypipes@gmail.com <>2011-03-16 14:49:25 -0400
commit663c1726d9a96540b8fd729223fcb34d7cf3cdf7 (patch)
treee07a7293aa2fe2b64668f8b8618fdd1cf9a928ab /nova
parent7fa96f6292ff7d63621fe024b1ef45b1a1996121 (diff)
downloadnova-663c1726d9a96540b8fd729223fcb34d7cf3cdf7.tar.gz
nova-663c1726d9a96540b8fd729223fcb34d7cf3cdf7.tar.xz
nova-663c1726d9a96540b8fd729223fcb34d7cf3cdf7.zip
Re-commit r805
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/api/openstack/test_servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index cde2fc036..ad36fa551 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -217,6 +217,7 @@ class ServersTest(test.TestCase):
self.assertEqual([s['id'] for s in servers], [1, 2])
def _test_create_instance_helper(self):
+ """Shared implementation for tests below that create instance"""
def instance_create(context, inst):
return {'id': '1', 'display_name': 'server_test'}