diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2017-02-27 15:37:04 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2017-02-27 15:37:04 +0100 |
commit | 960805b76699c6937473c770ba79988c1c590a9f (patch) | |
tree | 793a82aae364cc49ea24b70af250352d42057530 /utils/test | |
parent | 3e39454989eb51bb5754f11df101e2be734294c9 (diff) |
[Functest] Add Tempest Defcore test to the dashboard
Change-Id: Id2292198d1e34a2de1d2b9ccdda83f565f771df1
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'utils/test')
-rw-r--r-- | utils/test/reporting/functest/testCase.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/reporting/functest/testCase.py b/utils/test/reporting/functest/testCase.py index e40aa7f00..e2d46048a 100644 --- a/utils/test/reporting/functest/testCase.py +++ b/utils/test/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', |