From 153c829cfc5608b8b6a2d9312eb270540f5f2d9f Mon Sep 17 00:00:00 2001 From: ehautot Date: Thu, 15 Mar 2018 17:49:50 +0100 Subject: Modify third party proxy to test the SUBMIT Change-Id: I86dad99c141ef78b23e28cbb3eab6516d04000a8 Signed-off-by: ehautot Issue-ID: CLAMP-100 --- src/test/resources/http-cache/start_http_cache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources/http-cache/start_http_cache.sh') diff --git a/src/test/resources/http-cache/start_http_cache.sh b/src/test/resources/http-cache/start_http_cache.sh index 36829dde6..fe9e9911f 100755 --- a/src/test/resources/http-cache/start_http_cache.sh +++ b/src/test/resources/http-cache/start_http_cache.sh @@ -27,11 +27,11 @@ if [ $# -eq 1 ] echo 'input parameter is set (proxy http)'; export http_proxy=$1 export https_proxy=$1 - else + else echo 'input parameter is not set (proxy http)'; fi echo 'Installing requests packages for Python' pip install requests echo 'Executing the Http proxy in Cache mode only' -python sdc_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache +python third_party_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache -- cgit 1.2.3-korg