summaryrefslogtreecommitdiffstats
path: root/reporting/functest/testCase.py
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/functest/testCase.py')
-rw-r--r--reporting/functest/testCase.py4
1 files changed, 2 insertions, 2 deletions
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]