aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src
diff options
context:
space:
mode:
authorojasdubey <ojas.dubey@amdocs.com>2017-12-12 15:18:30 +0530
committerojasdubey <ojas.dubey@amdocs.com>2017-12-12 18:24:18 +0530
commit29a456fd248ecf4178d85e2f914975fafc4c4093 (patch)
tree81e83f1ca94fdf55e372d5f5491f1572891fadb6 /common/openecomp-common-configuration-management/openecomp-configuration-management-test/src
parentc8983a6f979ede3817f060cfa5f93ee40a75fcf4 (diff)
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 <ojas.dubey@amdocs.com>
Diffstat (limited to 'common/openecomp-common-configuration-management/openecomp-configuration-management-test/src')
-rw-r--r--common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/config-system.properties2
1 files changed, 1 insertions, 1 deletions
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)