summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-01-22 01:40:26 -0500
committerGeorg Kunz <georg.kunz@ericsson.com>2018-02-05 15:24:11 +0000
commitc4131f9a18b9e9eaee75e6e1503d34d6678115a2 (patch)
tree1fb27c8ba316df51a3387f5c284ea6543c6f049a /dovetail/report.py
parentff2a7b3f7de37e64164250b8fa9a623dd061bac5 (diff)
Adapt Functest E release Framework
Use opnfv/functest-restapi:euphrates. Adapt Functest E framework for all Functest test cases. 1. All path of functest and sdnvpn has been changed. 2. Sdnvpn can clean resources by itself with E release, no need to clean again. 3. Add a file testcases.yaml to overwrite the file in functest container, then it can support to run tempest_custom i.e. ipv6 and tempest in OVP. JIRA: DOVETAIL-584 Change-Id: I3ba9aa8e80becaa99cc89c8db4b39acbb89dfda4 Signed-off-by: xudan <xudan16@huawei.com>
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)