summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Waldon <brian.waldon@rackspace.com>2011-09-01 11:40:44 -0400
committerBrian Waldon <brian.waldon@rackspace.com>2011-09-01 11:40:44 -0400
commit26e581ac03336182a44f2a411f28da36beef0f89 (patch)
treefe73835cdceb566d7ebba7619aaa9c36729837a0
parentb63b6d896917af60fcc1b76b22cb912faab3c1c3 (diff)
downloadnova-26e581ac03336182a44f2a411f28da36beef0f89.tar.gz
nova-26e581ac03336182a44f2a411f28da36beef0f89.tar.xz
nova-26e581ac03336182a44f2a411f28da36beef0f89.zip
docstring cleanup
-rw-r--r--nova/tests/image/test_glance.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/nova/tests/image/test_glance.py b/nova/tests/image/test_glance.py
index 3922036a9..4b7e04d7c 100644
--- a/nova/tests/image/test_glance.py
+++ b/nova/tests/image/test_glance.py
@@ -96,8 +96,9 @@ class BaseGlanceTest(unittest.TestCase):
class TestGlanceImageServiceProperties(BaseGlanceTest):
"""
- Ensure attributes which aren't base attributes are ignored. Missing
- attributes should be added as None
+ Ensure attributes which aren't base attributes are ignored.
+
+ Missingattributes should be added as None
"""
@@ -304,9 +305,8 @@ class TestGlanceSerializer(unittest.TestCase):
class GlanceImageServiceTest(test.TestCase):
-
- """Tests the Glance image service, in particular that metadata translation
- works properly.
+ """
+ Tests the Glance image service.
At a high level, the translations involved are:
@@ -315,6 +315,7 @@ class GlanceImageServiceTest(test.TestCase):
2. ImageService -> API - This is needed so we can support multple
APIs (OpenStack, EC2)
+
"""
def __init__(self, *args, **kwargs):
super(GlanceImageServiceTest, self).__init__(*args, **kwargs)