summaryrefslogtreecommitdiffstats
path: root/reporting/functest/testCase.py
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/functest/testCase.py')
-rw-r--r--reporting/functest/testCase.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/reporting/functest/testCase.py b/reporting/functest/testCase.py
index e2d4604..f77136e 100644
--- a/reporting/functest/testCase.py
+++ b/reporting/functest/testCase.py
@@ -46,8 +46,8 @@ class TestCase(object):
'api_check': 'Health (api)',
'snaps_smoke': 'SNAPS',
'snaps_health_check': 'Health (dhcp)',
- 'gluon_vping': 'Netready',
- 'barometercollectd': 'Barometer'}
+ 'netready': 'Netready',
+ 'barometer': 'Barometer'}
try:
self.displayName = display_name_matrix[self.name]
except:
@@ -145,8 +145,8 @@ class TestCase(object):
'api_check': 'api_check',
'snaps_smoke': 'snaps_smoke',
'snaps_health_check': 'snaps_health_check',
- 'gluon_vping': 'gluon_vping',
- 'barometercollectd': 'barometercollectd'}
+ 'netready': 'gluon_vping',
+ 'barometer': 'barometercollectd'}
try:
return test_match_matrix[self.name]
except: