diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-04-25 15:02:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-25 15:02:34 +0000 |
commit | 8155cf8530af46cc5a45d73bcd92a93034ac0d3a (patch) | |
tree | ab29af045cff21eb73ec7aa2d65b8e9a477a8720 | |
parent | 6beeb83fd63a2d8dd2f2bc9196b7710ed8a3c2bb (diff) | |
parent | 657e69b8738fff543b860a45391ff4356e3b6d78 (diff) |
Merge "bugfix: testcase weather show incorrect"
-rwxr-xr-x | reporting/reporting/functest/reporting-status.py | 2 |
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) |