Add comments for test module of tempest.test.idempotent_id
Although the depreciate warning is generated, we can not use
tempest.lib.decorators instead here, because the module is for
testing tempest.test.idempotent_id itself. We can not remove
this test module because some projects still use the depreciate
one. Adding the comments is for people that this depreciate
warning will be still here before all the projects switch to use
tempest.lib.decorators, then we can remove this test module, but
this may need a period of time.
Change-Id: I188f1a6502f42e9eb4794aeea76c3ed06dcd4b3b
diff --git a/tempest/tests/test_decorators.py b/tempest/tests/test_decorators.py
index 2fc84dc..e3e21f9 100644
--- a/tempest/tests/test_decorators.py
+++ b/tempest/tests/test_decorators.py
@@ -31,6 +31,10 @@
fake_config.FakePrivate)
+# NOTE: The test module is for tempest.test.idempotent_id.
+# After all projects switch to use decorators.idempotent_id,
+# we can remove tempest.test.idempotent_id as well as this
+# test module
class TestIdempotentIdDecorator(BaseDecoratorsTest):
def _test_helper(self, _id, **decorator_args):