Move case base from tempest_smoke_serial to snaps_healthcheck
[releng.git] / utils / test / reporting / functest / testCase.py
index 22196c8..f77136e 100644 (file)
@@ -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)',
@@ -44,7 +45,9 @@ class TestCase(object):
                                'connection_check': 'Health (connection)',
                                'api_check': 'Health (api)',
                                'snaps_smoke': 'SNAPS',
-                               'snaps_health_check': 'Health (dhcp)'}
+                               'snaps_health_check': 'Health (dhcp)',
+                               'netready': 'Netready',
+                               'barometer': 'Barometer'}
         try:
             self.displayName = display_name_matrix[self.name]
         except:
@@ -123,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',
@@ -140,8 +144,9 @@ class TestCase(object):
                              'connection_check': 'connection_check',
                              'api_check': 'api_check',
                              'snaps_smoke': 'snaps_smoke',
-                             'snaps_health_check': 'snaps_health_check'
-                             }
+                             'snaps_health_check': 'snaps_health_check',
+                             'netready': 'gluon_vping',
+                             'barometer': 'barometercollectd'}
         try:
             return test_match_matrix[self.name]
         except: