Added unit tests for SpringCLITool 86/89786/2
authorOren Kleks <orenkle@amdocs.com>
Thu, 13 Jun 2019 08:32:34 +0000 (11:32 +0300)
committerPiotr Borelowski <p.borelowski@partner.samsung.com>
Thu, 13 Jun 2019 08:50:03 +0000 (10:50 +0200)
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>
asdctool/test-dir/configuration.yaml

index 339d41a..b6fa01d 100644 (file)
@@ -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