Merge "Fix reporting pages for functest"
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 12 Sep 2018 07:19:43 +0000 (07:19 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 12 Sep 2018 07:19:43 +0000 (07:19 +0000)
1  2 
reporting/reporting/functest/testCase.py

@@@ -69,10 -66,20 +69,21 @@@ class TestCase(object)
                                 'singlevm2': 'single vm 2',
                                 'cinder_test': 'cinder tests',
                                 'barbican': 'barbican',
 +                               'vmtp': 'vmtp',
                                 'juju_epc': 'vEPC (Juju)',
                                 'shaker': 'shaker',
-                                'neutron_trunk': 'Neutron trunk'}
+                                'neutron_trunk': 'Neutron trunk',
+                                'tempest_scenario': 'tempest_scenario',
+                                'networking-bgpvpn': 'networking-bgpvpn',
+                                'networking-sfc': 'networking-sfc',
+                                'tempest_full': 'Tempest (full)',
+                                'cloudify': 'cloudify',
+                                'heat_ims': 'vIMS (Heat)',
+                                'vmtp': 'vmtp',
+                                'tempest_smoke': 'Tempest (smoke)',
+                                'neutron-tempest-plugin-api': 'Neutron API',
+                                'vgpu': 'vgpu',
+                                'stor4nfv_os': 'stor4nfv_os'}
          try:
              self.displayName = display_name_matrix[self.name]
          except: