aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/sdn/odl
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2016-12-20 09:25:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-20 09:25:31 +0000
commit06e7d83d0a250d72380b29f08ffae9fadbc72404 (patch)
tree228772507a22099b9434b296f32769d2f8bbd064 /functest/opnfv_tests/sdn/odl
parent2edb970f61ecc78c3cb88deabc427923fb89c165 (diff)
parent6f798d51022c7709f678ae996a3a9b13de090aa0 (diff)
Merge "Cover ODLResultVisitor"
Diffstat (limited to 'functest/opnfv_tests/sdn/odl')
-rwxr-xr-xfunctest/opnfv_tests/sdn/odl/odl.py2
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