[Functest] Add Tempest Defcore test to the dashboard 45/29445/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Mon, 27 Feb 2017 14:37:04 +0000 (15:37 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Mon, 27 Feb 2017 14:37:04 +0000 (15:37 +0100)
Change-Id: Id2292198d1e34a2de1d2b9ccdda83f565f771df1
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
utils/test/reporting/functest/testCase.py

index e40aa7f..e2d4604 100644 (file)
@@ -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',