Remove deprecated test.related_bug decorator

All tempest plugin now switched to use related_bug
from tempest.lib.decorators
Last patch is proposed in mistral to use the lib interface
which is depends-on of this patch.

We can remove deprecated tempest.test.related_bug.
Depends-On: I20497d48a46195644a114dd9f6b86aca59303097

Change-Id: Ic9ea144750a216d15a372c390d3160934220d2f9
This commit is contained in:
ghanshyam 2017-07-25 03:46:28 +03:00
parent ae90da5796
commit 64485cc674
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ idempotent_id = debtcollector.moves.moved_function(
version='Mitaka', removal_version='?')
related_bug = debtcollector.moves.moved_function(
decorators.related_bug, 'related_bug', __name__,
version='Pike', removal_version='?')
attr = debtcollector.moves.moved_function(
decorators.attr, 'attr', __name__,
version='Pike', removal_version='?')