X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fci%2Fload_images.sh;fp=tests%2Fci%2Fload_images.sh;h=c2ae4fe7b9c805e353d12d19bad26de880b8f1b7;hb=e4f9020a21ed9508b177d9764e585bf7c88aa2c6;hp=8e0a2f68a55fe5fc7784bf42942c39ad7c0c2144;hpb=ffe83c920736716f0caea36dceeff7b7e910db7c;p=yardstick.git diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index 8e0a2f68a..c2ae4fe7b 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -258,7 +258,7 @@ main() RAW_IMAGE='/home/opnfv/images/yardstick-image.tar.gz' fi - if [ $OS_CACERT ] && [ "$(echo $OS_CACERT | tr '[:upper:]' '[:lower:]')" = "false" ]; then + if [ $OS_INSECURE ] && [ "$(echo $OS_INSECURE | tr '[:upper:]' '[:lower:]')" = "true" ]; then SECURE="--insecure" else SECURE=""