From 6df337e521ffca7a289ae2ab1bdca6af3e74e0e8 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 17 Aug 2016 11:13:16 +0200 Subject: Add parser in automatic reporting Change-Id: I3d9c09b0da471e03647c09e96ca8b7ec89afb300 Signed-off-by: Morgan Richomme --- reporting/functest/testCase.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'reporting/functest/testCase.py') diff --git a/reporting/functest/testCase.py b/reporting/functest/testCase.py index d6c1993..a906f0d 100644 --- a/reporting/functest/testCase.py +++ b/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] -- cgit 1.2.3-korg