diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-28 12:54:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-28 12:54:30 +0000 |
commit | ed52729bcb523647531dd1793e8ac2a49f47af7e (patch) | |
tree | 2c4c8047d1db04fd587ce72de1109a7ffe8504e7 /utils/test/reporting/functest/testCase.py | |
parent | c8634c026e749205ffe48421a9fea3bccb4ec9c8 (diff) | |
parent | 26263996411201a13a3d82f5a37e57fc996ef58e (diff) |
Merge "Move case base from tempest_smoke_serial to snaps_healthcheck"
Diffstat (limited to 'utils/test/reporting/functest/testCase.py')
-rw-r--r-- | utils/test/reporting/functest/testCase.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/test/reporting/functest/testCase.py b/utils/test/reporting/functest/testCase.py index e2d46048a..f77136e11 100644 --- a/utils/test/reporting/functest/testCase.py +++ b/utils/test/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: |