summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-13 11:16:06 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-13 11:16:06 -0400
commitb70df566780a2c9ea94c0756246679c683189253 (patch)
treefdcd391dab49f7be4c9db7815830b57f26dad1da
parent1af385bbeef5a5b2a0dfd65b91fe414e2b7c2063 (diff)
changed property name
-rw-r--r--tempest-pull/app/neo4j.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest-pull/app/neo4j.py b/tempest-pull/app/neo4j.py
index a343eb3..517e171 100644
--- a/tempest-pull/app/neo4j.py
+++ b/tempest-pull/app/neo4j.py
@@ -39,7 +39,7 @@ class Neo4JDatabase(object):
TempestRun_node = Node("TempestRun", \
date = bundle.metadata["date_uploaded"], \
- timestamp = bundle.metadata["timestamp_uploaded"], \
+ epoch_time = bundle.metadata["timestamp_uploaded"], \
lava_job = bundle.metadata["lava_job_id"], \
sha1 = bundle.metadata["bundle_sha1"])
if bundle.all_tests: