summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index 39326b98..91d6d9be 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -458,13 +458,6 @@ class FunctestChecker(object):
@staticmethod
def get_sub_testcase(sub_testcase, result):
- # This adaption is because of the danube bug of Functest.
- # Has been fixed in Euphrates.
- # Patch link https://gerrit.opnfv.org/gerrit/#/c/47897/
- if sub_testcase == "tempest.api.identity.v3.test_tokens." \
- "TokensV3Test.test_create_token":
- sub_testcase = "tempest.api.identity.v3.test_t"
-
if not result:
return False
sub_testcase = re.sub("\[.*?\]", "", sub_testcase)