diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-09-01 11:40:44 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-09-01 11:40:44 -0400 |
| commit | 26e581ac03336182a44f2a411f28da36beef0f89 (patch) | |
| tree | fe73835cdceb566d7ebba7619aaa9c36729837a0 | |
| parent | b63b6d896917af60fcc1b76b22cb912faab3c1c3 (diff) | |
| download | nova-26e581ac03336182a44f2a411f28da36beef0f89.tar.gz nova-26e581ac03336182a44f2a411f28da36beef0f89.tar.xz nova-26e581ac03336182a44f2a411f28da36beef0f89.zip | |
docstring cleanup
| -rw-r--r-- | nova/tests/image/test_glance.py | 11 |
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) |
