X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-check-bootup.sh;h=f10c09a56ef3dc5a9777098d63a338f34cef9edc;hb=4a923310adf468e0b70acfa2456660b82b812bc4;hp=a02b91bf58a328fa68a9b4dc04647fdb182e8a76;hpb=453d3719308292aa8bf0a0a76951909893548ffc;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-check-bootup.sh b/jjb/integration/distribution/distribution-check-bootup.sh index a02b91bf5..f10c09a56 100644 --- a/jjb/integration/distribution/distribution-check-bootup.sh +++ b/jjb/integration/distribution/distribution-check-bootup.sh @@ -72,7 +72,10 @@ cat "${MEMCONF}" echo "Listing all open ports on controller system" netstat -pnatu -if [ "$JDKVERSION" == 'openjdk11' ]; then +if [ "$JDKVERSION" == 'openjdk17' ]; then + echo "Preparing for JRE Version 17" + JAVA_HOME="/usr/lib/jvm/java-17-openjdk" +elif [ "$JDKVERSION" == 'openjdk11' ]; then echo "Preparing for JRE Version 11" JAVA_HOME="/usr/lib/jvm/java-11-openjdk" elif [ "${JDKVERSION}" == 'openjdk8' ]; then