summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/volume/v1
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-11-22 19:35:20 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-11-22 20:46:29 +0800
commitb6b9a524f9fe056df4e55d6589e1a4e95cd558bc (patch)
treeb5b4e68252dd32a716cee4fac8bae8e15e30bcd2 /openstackclient/tests/unit/volume/v1
parentf4536e708dff37edcaf79ea85c9f68206315edea (diff)
downloadpython-openstackclient-b6b9a524f9fe056df4e55d6589e1a4e95cd558bc.tar.gz
Remove outdated comments in volume unit test
Checked the volume create unit test has beed completed, so remove the TODO. Checked the FakeVolume class has been added in volume v1, so remove the note. Change-Id: I82b5f775d013e5e301bc1c18481ef516ca5baa7e
Diffstat (limited to 'openstackclient/tests/unit/volume/v1')
-rw-r--r--openstackclient/tests/unit/volume/v1/test_volume.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/openstackclient/tests/unit/volume/v1/test_volume.py b/openstackclient/tests/unit/volume/v1/test_volume.py
index 25707288..7a44dea8 100644
--- a/openstackclient/tests/unit/volume/v1/test_volume.py
+++ b/openstackclient/tests/unit/volume/v1/test_volume.py
@@ -57,10 +57,6 @@ class TestVolume(volume_fakes.TestVolumev1):
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):
project = identity_fakes.FakeProject.create_one_project()