diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-10-05 16:37:04 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-10-13 11:55:32 +0100 |
commit | dc0071571224e20d72b38543301fc1ff9dba16ec (patch) | |
tree | 438428cad9d1992817bd9749b190de99218d18bc /packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh | |
parent | 680b87d278673b1768be1c13fca90d6f7dfef3af (diff) |
Add testsuites of tosca controlloop
This commit will add jmeter files for stability and performance tests
of Controlloop components.
Issue-ID: POLICY-3659
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I48c206d841d7d3393f469d26fdd4f8d0b66c3478
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh b/packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh index 59d31dc8e..c428fd553 100644 --- a/packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh +++ b/packages/policy-clamp-docker/src/main/docker/controlloop-runtime.sh @@ -61,5 +61,11 @@ $JAVA_HOME/bin/java -Dserver.ssl.enabled="true" \ -Dserver.ssl.keyStorePassword="${KEYSTORE_PASSWD}" \ -Djavax.net.ssl.trustStore="${TRUSTSTORE}" \ -Djavax.net.ssl.trustStorePassword="${TRUSTSTORE_PASSWD}" \ + -Dcom.sun.management.jmxremote.rmi.port=9090 \ + -Dcom.sun.management.jmxremote=true \ + -Dcom.sun.management.jmxremote.port=9090 \ + -Dcom.sun.management.jmxremote.ssl=false \ + -Dcom.sun.management.jmxremote.authenticate=false \ + -Dcom.sun.management.jmxremote.local.only=false \ -jar /app/app.jar \ --spring.config.location="${POLICY_HOME}/config/ClRuntimeParameters.yaml" |