diff options
| author | John Dewey <john@dewey.ws> | 2011-01-25 17:22:16 -0800 |
|---|---|---|
| committer | John Dewey <john@dewey.ws> | 2011-01-25 17:22:16 -0800 |
| commit | 5ef600a9b8ad8401bf4d1f4b4f4c771b88a2acc0 (patch) | |
| tree | 83c2e39cd24a2df47eec367122cee7dd773dc64d /nova/tests | |
| parent | b1d2fc75d57080b3e0867f93aae71d0613d72d3c (diff) | |
| download | nova-5ef600a9b8ad8401bf4d1f4b4f4c771b88a2acc0.tar.gz nova-5ef600a9b8ad8401bf4d1f4b4f4c771b88a2acc0.tar.xz nova-5ef600a9b8ad8401bf4d1f4b4f4c771b88a2acc0.zip | |
Removal of image tempdir in test tearDown. Also, reformatted a couple
method comments to match the file's style.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index 5d9ddefbe..8ab4d7569 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -143,6 +143,7 @@ class LocalImageServiceTest(unittest.TestCase, def tearDown(self): self.service.delete_all() + self.service.delete_imagedir() self.stubs.UnsetAll() |
