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>
diff --git a/asdctool/test-dir/configuration.yaml b/asdctool/test-dir/configuration.yaml
index 339d41a..b6fa01d 100644
--- a/asdctool/test-dir/configuration.yaml
+++ b/asdctool/test-dir/configuration.yaml
@@ -24,15 +24,15 @@
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