aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/test-dir
diff options
context:
space:
mode:
authorOren Kleks <orenkle@amdocs.com>2019-06-13 11:32:34 +0300
committerPiotr Borelowski <p.borelowski@partner.samsung.com>2019-06-13 10:50:03 +0200
commit0df9d305dc0fe6551a1c11362e9d077f5801475f (patch)
tree6f103dd82b926937bd9414c7c176b938e9d79c09 /asdctool/test-dir
parentd5b983f7c1d7c34ae99301ed65a10a65d280e49c (diff)
Added unit tests for SpringCLITool
Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Fixed the build Change-Id: Iea7395b169acb912489466f9cdf90ac88cc42b8f Issue-ID: SDC-2327 Signed-off-by: shrek2000 <orenkle@amdocs.com> Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Diffstat (limited to 'asdctool/test-dir')
-rw-r--r--asdctool/test-dir/configuration.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/asdctool/test-dir/configuration.yaml b/asdctool/test-dir/configuration.yaml
index 339d41a46b..b6fa01df6a 100644
--- a/asdctool/test-dir/configuration.yaml
+++ b/asdctool/test-dir/configuration.yaml
@@ -24,15 +24,15 @@ released: 2012-11-30
toscaConformanceLevel: 8.0
minToscaConformanceLevel: 3.0
-titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties
-titanInMemoryGraph: false
-titanLockTimeout: 1800
+janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
+janusGraphInMemoryGraph: false
+janusGraphLockTimeout: 1800
-# The interval to try and reconnect to titan DB when it is down during ASDC startup:
-titanReconnectIntervalInSeconds: 3
+# The interval to try and reconnect to janusGraph DB when it is down during ASDC startup:
+janusGraphReconnectIntervalInSeconds: 3
-# The read timeout towards Titan DB when health check is invoked:
-titanHealthCheckReadTimeout: 1
+# The read timeout towards Janus Graph DB when health check is invoked:
+janusGraphHealthCheckReadTimeout: 1
# The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
esReconnectIntervalInSeconds: 3