Move case base from tempest_smoke_serial to snaps_healthcheck
[releng.git] / utils / test / reporting / functest / testCase.py
index 876beb2..f77136e 100644 (file)
@@ -27,21 +27,27 @@ 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)',
                                'vims': 'vIMS',
                                'doctor': 'Doctor',
                                'promise': 'Promise',
-                               'moon': 'moon',
-                               'copper': 'copper',
-                               'security_scan': 'security',
-                               'multisite': 'multisite',
-                               'domino': 'domino',
+                               'moon': 'Moon',
+                               'copper': 'Copper',
+                               'security_scan': 'Security',
+                               'multisite': 'Multisite',
+                               'domino': 'Domino',
                                'odl-sfc': 'SFC',
                                'onos_sfc': 'SFC',
-                               'parser': 'parser'
-                               }
+                               'parser': 'Parser',
+                               'connection_check': 'Health (connection)',
+                               'api_check': 'Health (api)',
+                               'snaps_smoke': 'SNAPS',
+                               'snaps_health_check': 'Health (dhcp)',
+                               'netready': 'Netready',
+                               'barometer': 'Barometer'}
         try:
             self.displayName = display_name_matrix[self.name]
         except:
@@ -120,21 +126,27 @@ 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',
                              'vims': 'vims',
                              'doctor': 'doctor-notification',
                              'promise': 'promise',
-                             'moon': 'moon',
+                             'moon': 'moon_authentication',
                              'copper': 'copper-notification',
                              'security_scan': 'security',
                              'multisite': 'multisite',
                              'domino': 'domino-multinode',
                              'odl-sfc': 'functest-odl-sfc',
                              'onos_sfc': 'onos_sfc',
-                             'parser': 'parser-basics'
-                             }
+                             'parser': 'parser-basics',
+                             'connection_check': 'connection_check',
+                             'api_check': 'api_check',
+                             'snaps_smoke': 'snaps_smoke',
+                             'snaps_health_check': 'snaps_health_check',
+                             'netready': 'gluon_vping',
+                             'barometer': 'barometercollectd'}
         try:
             return test_match_matrix[self.name]
         except: