Code Review
/
releng-testresults.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c98df23
)
[Functest] Add Tempest Defcore test to the dashboard
author
jose.lausuch
<jose.lausuch@ericsson.com>
Mon, 27 Feb 2017 14:37:04 +0000
(15:37 +0100)
committer
jose.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>
reporting/functest/testCase.py
patch
|
blob
|
history
diff --git
a/reporting/functest/testCase.py
b/reporting/functest/testCase.py
index
e40aa7f
..
e2d4604
100644
(file)
--- 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',