diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-12-20 09:25:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-20 09:25:31 +0000 |
commit | 06e7d83d0a250d72380b29f08ffae9fadbc72404 (patch) | |
tree | 228772507a22099b9434b296f32769d2f8bbd064 /functest/opnfv_tests | |
parent | 2edb970f61ecc78c3cb88deabc427923fb89c165 (diff) | |
parent | 6f798d51022c7709f678ae996a3a9b13de090aa0 (diff) |
Merge "Cover ODLResultVisitor"
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-x | functest/opnfv_tests/sdn/odl/odl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py index 706b0dad..0905e55c 100755 --- a/functest/opnfv_tests/sdn/odl/odl.py +++ b/functest/opnfv_tests/sdn/odl/odl.py @@ -35,7 +35,7 @@ class ODLResultVisitor(ResultVisitor): output['name'] = test.name output['parent'] = test.parent.name output['status'] = test.status - output['startime'] = test.starttime + output['starttime'] = test.starttime output['endtime'] = test.endtime output['critical'] = test.critical output['text'] = test.message |