diff --git a/scripts/integtest.sh b/scripts/integtest.sh index 15b446ff24..4bdac1544b 100755 --- a/scripts/integtest.sh +++ b/scripts/integtest.sh @@ -48,7 +48,7 @@ while getopts ":h:b:p:s:c:v:n:t:m:u:" arg; do CLUSTER_NAME=$OPTARG ;; v) - # Do nothing as we're not consuming this param. + OPENSEARCH_VERSION=$OPTARG ;; n) # Do nothing as we're not consuming this param. @@ -84,11 +84,6 @@ then SECURITY_ENABLED="true" fi -if [ -z "$CREDENTIAL" ] -then - CREDENTIAL="admin:admin" -fi - OPENSEARCH_REQUIRED_VERSION="2.12.0" if [ -z "$CREDENTIAL" ] then