From: jose.lausuch Date: Mon, 27 Feb 2017 14:37:04 +0000 (+0100) Subject: [Functest] Add Tempest Defcore test to the dashboard X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=698ad5fbd8ec97cc534299174c0118a88be55f7d;p=releng-testresults.git [Functest] Add Tempest Defcore test to the dashboard Change-Id: Id2292198d1e34a2de1d2b9ccdda83f565f771df1 Signed-off-by: jose.lausuch --- diff --git a/reporting/functest/testCase.py b/reporting/functest/testCase.py index e40aa7f..e2d4604 100644 --- a/reporting/functest/testCase.py +++ b/reporting/functest/testCase.py @@ -27,6 +27,7 @@ class TestCase(object): 'ocl': 'OCL', 'tempest_smoke_serial': 'Tempest (smoke)', 'tempest_full_parallel': 'Tempest (full)', + 'tempest_defcore': 'Tempest (Defcore)', 'rally_sanity': 'Rally (smoke)', 'bgpvpn': 'bgpvpn', 'rally_full': 'Rally (full)', @@ -125,6 +126,7 @@ class TestCase(object): 'ocl': 'ocl', 'tempest_smoke_serial': 'tempest_smoke_serial', 'tempest_full_parallel': 'tempest_full_parallel', + 'tempest_defcore': 'tempest_defcore', 'rally_sanity': 'rally_sanity', 'bgpvpn': 'bgpvpn', 'rally_full': 'rally_full',