Merge "Remove outdated comments in volume unit test"
This commit is contained in:
commit
6f8a080f27
@ -57,10 +57,6 @@ class TestVolume(volume_fakes.TestVolumev1):
|
|||||||
return volumes
|
return volumes
|
||||||
|
|
||||||
|
|
||||||
# TODO(dtroyer): The volume create tests are incomplete, only the minimal
|
|
||||||
# options and the options that require additional processing
|
|
||||||
# are implemented at this time.
|
|
||||||
|
|
||||||
class TestVolumeCreate(TestVolume):
|
class TestVolumeCreate(TestVolume):
|
||||||
|
|
||||||
project = identity_fakes.FakeProject.create_one_project()
|
project = identity_fakes.FakeProject.create_one_project()
|
||||||
|
@ -250,10 +250,7 @@ class TestVolume(utils.TestCommand):
|
|||||||
|
|
||||||
|
|
||||||
class FakeVolume(object):
|
class FakeVolume(object):
|
||||||
"""Fake one or more volumes.
|
"""Fake one or more volumes."""
|
||||||
|
|
||||||
TODO(xiexs): Currently, only volume API v2 is supported by this class.
|
|
||||||
"""
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def create_one_volume(attrs=None):
|
def create_one_volume(attrs=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user