From 9a810ff89ca61c3cd93d39d5fe9bd80a3eeaa282 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 16 Nov 2016 18:16:43 +0100 Subject: Refactor reporting dir - dockerization - create util function for all the test projects - create a common config files - add unit tests - pep8 JIRA: RELENG-162 Change-Id: Ib209be4233084100ff238a7aeb2843ccc24a6f1e Signed-off-by: Morgan Richomme --- reporting/functest/testCase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reporting/functest/testCase.py') diff --git a/reporting/functest/testCase.py b/reporting/functest/testCase.py index a906f0d..64c7b9a 100644 --- a/reporting/functest/testCase.py +++ b/reporting/functest/testCase.py @@ -40,7 +40,7 @@ class TestCase(object): 'domino': 'domino', 'odl-sfc': 'SFC', 'onos_sfc': 'SFC', - 'parser':'parser' + 'parser': 'parser' } try: self.displayName = display_name_matrix[self.name] @@ -133,7 +133,7 @@ class TestCase(object): 'domino': 'domino-multinode', 'odl-sfc': 'odl-sfc', 'onos_sfc': 'onos_sfc', - 'parser':'parser-basics' + 'parser': 'parser-basics' } try: return test_match_matrix[self.name] -- cgit 1.2.3-korg