From 0df9d305dc0fe6551a1c11362e9d077f5801475f Mon Sep 17 00:00:00 2001 From: Oren Kleks Date: Thu, 13 Jun 2019 11:32:34 +0300 Subject: 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 Signed-off-by: Piotr Borelowski --- asdctool/test-dir/configuration.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'asdctool') 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 -- cgit 1.2.3-korg