summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-12 15:23:38 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-12 15:23:38 -0400
commit21bf96740176d02ed89c945c232ca2b5c9105a42 (patch)
tree26000099a4ed2d374936137107e7714f00642b4f
parentb39da312e7829737e107580aced92fd193f16a88 (diff)
renamed relationship name
-rw-r--r--tempest-pull/tempest-pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest-pull/tempest-pull.py b/tempest-pull/tempest-pull.py
index 71a12e8..aa74c50 100644
--- a/tempest-pull/tempest-pull.py
+++ b/tempest-pull/tempest-pull.py
@@ -107,7 +107,7 @@ class Neo4JDatabase(object):
stop_time=test["stop_time"], \
test_class=test["class"])
Test_relationship = Relationship(TempestRun_node, \
- "CONTAINS", Test_node, status=test["status"])
+ "HAS_TEST", Test_node, status=test["status"])
graph.create(Test_node, Test_relationship)