From 29a456fd248ecf4178d85e2f914975fafc4c4093 Mon Sep 17 00:00:00 2001 From: ojasdubey Date: Tue, 12 Dec 2017 15:18:30 +0530 Subject: Fix - Translator core tests stuck Updated invalid dbhost config value to empty based on review comments Issue-ID: SDC-748 Change-Id: Idc691bdc7e2b988654ae87c2581ccbdd86586aae Signed-off-by: ojasdubey --- .../src/test/resources/config-system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/openecomp-common-configuration-management/openecomp-configuration-management-test/src') diff --git a/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/config-system.properties b/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/config-system.properties index 934f0fcf37..cfe91e6c7d 100644 --- a/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/config-system.properties +++ b/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/config-system.properties @@ -8,7 +8,7 @@ configKey=key configValue=value configNameColumn=name configdb=dox -dbhost=127.0.0.1 +dbhost= dbport=9042 dbname=cassandra createtablecql=create table if not exists ${configdb}.${config.Table} (name text\, key text\, value text\, PRIMARY KEY (name\, key)) with clustering order by (key asc) -- cgit 1.2.3-korg