Skip to content

Commit 6f8a080

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove outdated comments in volume unit test"
2 parents 19ca396 + b6b9a52 commit 6f8a080

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

openstackclient/tests/unit/volume/v1/test_volume.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ def setup_volumes_mock(self, count):
5757
return volumes
5858

5959

60-
# TODO(dtroyer): The volume create tests are incomplete, only the minimal
61-
# options and the options that require additional processing
62-
# are implemented at this time.
63-
6460
class TestVolumeCreate(TestVolume):
6561

6662
project = identity_fakes.FakeProject.create_one_project()

openstackclient/tests/unit/volume/v2/fakes.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,7 @@ def setUp(self):
250250

251251

252252
class FakeVolume(object):
253-
"""Fake one or more volumes.
254-
255-
TODO(xiexs): Currently, only volume API v2 is supported by this class.
256-
"""
253+
"""Fake one or more volumes."""
257254

258255
@staticmethod
259256
def create_one_volume(attrs=None):

0 commit comments

Comments
 (0)