From b6b9a524f9fe056df4e55d6589e1a4e95cd558bc Mon Sep 17 00:00:00 2001
From: Huanxuan Ao <huanxuan.ao@easystack.cn>
Date: Tue, 22 Nov 2016 19:35:20 +0800
Subject: [PATCH] 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
---
 openstackclient/tests/unit/volume/v1/test_volume.py | 4 ----
 openstackclient/tests/unit/volume/v2/fakes.py       | 5 +----
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/openstackclient/tests/unit/volume/v1/test_volume.py b/openstackclient/tests/unit/volume/v1/test_volume.py
index 2570728808..7a44dea85c 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()
diff --git a/openstackclient/tests/unit/volume/v2/fakes.py b/openstackclient/tests/unit/volume/v2/fakes.py
index 5e1d16e1db..bd7e597378 100644
--- a/openstackclient/tests/unit/volume/v2/fakes.py
+++ b/openstackclient/tests/unit/volume/v2/fakes.py
@@ -248,10 +248,7 @@ class TestVolume(utils.TestCommand):
 
 
 class FakeVolume(object):
-    """Fake one or more volumes.
-
-    TODO(xiexs): Currently, only volume API v2 is supported by this class.
-    """
+    """Fake one or more volumes."""
 
     @staticmethod
     def create_one_volume(attrs=None):