diff options
-rw-r--r-- | utils/test/reporting/functest/testCase.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/test/reporting/functest/testCase.py b/utils/test/reporting/functest/testCase.py index d6c19930f..a906f0da8 100644 --- a/utils/test/reporting/functest/testCase.py +++ b/utils/test/reporting/functest/testCase.py @@ -39,7 +39,8 @@ class TestCase(object): 'multisite': 'multisite', 'domino': 'domino', 'odl-sfc': 'SFC', - 'onos_sfc': 'SFC' + 'onos_sfc': 'SFC', + 'parser':'parser' } try: self.displayName = display_name_matrix[self.name] @@ -131,7 +132,8 @@ class TestCase(object): 'multisite': 'multisite', 'domino': 'domino-multinode', 'odl-sfc': 'odl-sfc', - 'onos_sfc': 'onos_sfc' + 'onos_sfc': 'onos_sfc', + 'parser':'parser-basics' } try: return test_match_matrix[self.name] |