Test env updates
[nonrtric.git] / test / common / ricsimulator_api_functions.sh
index a835218..0df800f 100644 (file)
@@ -351,7 +351,11 @@ __execute_curl_to_sim() {
        proxyflag=""
        if [ $RUNMODE == "KUBE" ]; then
                if [ ! -z "$KUBE_PROXY_PATH" ]; then
-                       proxyflag=" --proxy $KUBE_PROXY_PATH"
+                       if [ $KUBE_PROXY_HTTPX == "http" ]; then
+                               proxyflag=" --proxy $KUBE_PROXY_PATH"
+                       else
+                               proxyflag=" --proxy-insecure --proxy $KUBE_PROXY_PATH"
+                       fi
                fi
        fi
        echo " CMD: $2 $proxyflag" >> $HTTPLOG