summaryrefslogtreecommitdiffstats
path: root/reporting
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-04-25 15:02:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-25 15:02:34 +0000
commit8155cf8530af46cc5a45d73bcd92a93034ac0d3a (patch)
treeab29af045cff21eb73ec7aa2d65b8e9a477a8720 /reporting
parent6beeb83fd63a2d8dd2f2bc9196b7710ed8a3c2bb (diff)
parent657e69b8738fff543b860a45391ff4356e3b6d78 (diff)
Merge "bugfix: testcase weather show incorrect"
Diffstat (limited to 'reporting')
-rwxr-xr-xreporting/reporting/functest/reporting-status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/reporting/functest/reporting-status.py b/reporting/reporting/functest/reporting-status.py
index 592f929..552080d 100755
--- a/reporting/reporting/functest/reporting-status.py
+++ b/reporting/reporting/functest/reporting-status.py
@@ -230,7 +230,7 @@ for version in versions:
else:
LOGGER.debug("No results found")
- items[s] = testCases2BeDisplayed
+ items[s] = testCases2BeDisplayed
except Exception: # pylint: disable=broad-except
LOGGER.error("Error installer %s, version %s, scenario %s",
installer, version, s)