From: rameshiyer27 Date: Fri, 1 Jul 2022 11:29:26 +0000 (+0100) Subject: Fix CSIT build failure X-Git-Tag: 2.7.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fmodels.git;a=commitdiff_plain;h=7ee73475e3b0dc076b31c9ec58d78806a62848f6 Fix CSIT build failure Policy models simulator is not using the properties file from /etc/mounted/ directory that is provided from CSIT. SSL has been disabled in the default properties file which causes communication failure with other components. Issue-ID: POLICY-4270 Signed-off-by: zrrmmua Change-Id: I37b158d37898eec7d0a07be76343469ebd4289f6 --- diff --git a/models-sim/packages/models-simulator-docker/src/main/docker/simulators.sh b/models-sim/packages/models-simulator-docker/src/main/docker/simulators.sh index 3d382a876..065b663f8 100644 --- a/models-sim/packages/models-simulator-docker/src/main/docker/simulators.sh +++ b/models-sim/packages/models-simulator-docker/src/main/docker/simulators.sh @@ -35,7 +35,7 @@ else fi if [ -z "$CONFIG_FILE" ]; then - CONFIG_FILE="${POLICY_HOME}/etc/simParameters.json" + CONFIG_FILE="${POLICY_HOME}/etc/mounted/simParameters.json" fi echo "Policy simulator config file: $CONFIG_FILE"