summaryrefslogtreecommitdiffstats
path: root/reporting
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2017-02-27 15:37:04 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2017-02-27 15:37:04 +0100
commit698ad5fbd8ec97cc534299174c0118a88be55f7d (patch)
treed3482d8caecccdc6e60cbe942d3d6bc427628c4b /reporting
parentc98df23826c465ef291bf43243d8ee46967a65f5 (diff)
[Functest] Add Tempest Defcore test to the dashboard
Change-Id: Id2292198d1e34a2de1d2b9ccdda83f565f771df1 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'reporting')
-rw-r--r--reporting/functest/testCase.py2
1 files changed, 2 insertions, 0 deletions
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',