summaryrefslogtreecommitdiffstats
path: root/src/test/resources/http-cache/start_http_cache.sh
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-03-21 14:17:52 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-21 14:17:52 +0000
commit4c448e99a3d0dbf0b3220aa27188b741aefb6656 (patch)
tree9707cfa138047307285a5f61628e9c645a93edb2 /src/test/resources/http-cache/start_http_cache.sh
parente5663b17a6cc195e0a0a2828ed3aef39f0965029 (diff)
parent153c829cfc5608b8b6a2d9312eb270540f5f2d9f (diff)
Merge "Modify third party proxy to test the SUBMIT"
Diffstat (limited to 'src/test/resources/http-cache/start_http_cache.sh')
-rwxr-xr-xsrc/test/resources/http-cache/start_http_cache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/http-cache/start_http_cache.sh b/src/test/resources/http-cache/start_http_cache.sh
index 36829dde..fe9e9911 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