X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Ffunctest%2FtestCase.py;h=64c7b9a7c0a20b6345e1a408e7a4778b23e5fe90;hb=4713bc32bad1401a131105ea26c97a4b5119c126;hp=a906f0da852119f1e498a0521cb8b964eb162cf0;hpb=3b0bcece3e95a3e020d0cfd9014219a075502fb1;p=releng.git diff --git a/utils/test/reporting/functest/testCase.py b/utils/test/reporting/functest/testCase.py index a906f0da8..64c7b9a7c 100644 --- a/utils/test/reporting/functest/testCase.py +++ b/utils/test/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]