~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/tests/test_volume_utils.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        super(UsageInfoTestCase, self).tearDown()
53
53
 
54
54
    def _create_volume(self, params={}):
55
 
        """Create a test volume"""
 
55
        """Create a test volume."""
56
56
        vol = {}
57
57
        vol['snapshot_id'] = self.snapshot_id
58
58
        vol['user_id'] = self.user_id