summaryrefslogtreecommitdiffstats
path: root/reporting/reporting/functest/testCase.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2018-06-26 12:21:57 +0200
committermrichomme <morgan.richomme@orange.com>2018-06-26 12:26:45 +0200
commitce59384a6cd7204333db6c05b7d93b99e15f33e4 (patch)
treea04a7f4d380349a95fc99281fd1c02917dcd11b3 /reporting/reporting/functest/testCase.py
parentc15092271987dc8afc0ed785a7570cf9b6c31345 (diff)
reporting page update
* Add new testcases in Master (possible to black list for reporting if needed) * use the version to get the list of testcases according to the version Change-Id: I7999e66c18ebd73db896d0e27bde9a4a3d67f297 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/reporting/functest/testCase.py')
-rw-r--r--reporting/reporting/functest/testCase.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/reporting/reporting/functest/testCase.py b/reporting/reporting/functest/testCase.py
index d114f8a..dff3f8c 100644
--- a/reporting/reporting/functest/testCase.py
+++ b/reporting/reporting/functest/testCase.py
@@ -58,7 +58,16 @@ class TestCase(object):
'odl_netvirt': 'Netvirt',
'security_scan': 'Security',
'patrole': 'Patrole',
+ 'tenantnetwork1': 'tenant network 1',
+ 'tenantnetwork2': 'tenant network 2',
+ 'vmready1': 'vm ready 1',
+ 'vmready2': 'vm ready 2',
+ 'singlevm1': 'single vm 1',
+ 'singlevm2': 'single vm 2',
+ 'cinder_test': 'cinder tests',
+ 'barbican': 'barbican',
'juju_epc': 'vEPC (Juju)',
+ 'shaker': 'shaker',
'neutron_trunk': 'Neutron trunk'}
try:
self.displayName = display_name_matrix[self.name]