From: krishnaa96 Date: Wed, 7 Apr 2021 09:22:59 +0000 (+0530) Subject: Remove mso-simulator healtcheck X-Git-Tag: 2.3.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=60921ddd39466c52493b51e3d7e691405fffb107;p=optf%2Fcmso.git Remove mso-simulator healtcheck Issue-ID: OOM-2714 Signed-off-by: krishnaa96 Change-Id: I634ff53d48647c4e697f78420b27ef6e3174da92 --- diff --git a/cmso-service/src/main/java/org/onap/optf/cmso/service/rs/HealthCheckImpl.java b/cmso-service/src/main/java/org/onap/optf/cmso/service/rs/HealthCheckImpl.java index c6728fd..9204181 100644 --- a/cmso-service/src/main/java/org/onap/optf/cmso/service/rs/HealthCheckImpl.java +++ b/cmso-service/src/main/java/org/onap/optf/cmso/service/rs/HealthCheckImpl.java @@ -93,7 +93,6 @@ public class HealthCheckImpl implements HealthCheck { if (checkInterfaces) { addToHealthCheckMessage(hc, tmClient.healthCheck()); - addToHealthCheckMessage(hc, msoStatusClient.healthCheck()); addToHealthCheckMessage(hc, optimizerClient.healthCheck()); } addToHealthCheckMessage(hc, this.healthCheckCrap());