diff options
author | ehautot <eh552t@intl.att.com> | 2018-03-15 17:49:50 +0100 |
---|---|---|
committer | ehautot <eh552t@intl.att.com> | 2018-03-21 14:59:22 +0100 |
commit | 153c829cfc5608b8b6a2d9312eb270540f5f2d9f (patch) | |
tree | 810b864c478093af68a707359a45d7cebf4ef3ff /src/test/resources/http-cache/start_http_cache.sh | |
parent | 3dc5f2a4a5c066a57ef0ce346be884b045ae73c9 (diff) |
Modify third party proxy to test the SUBMIT
Change-Id: I86dad99c141ef78b23e28cbb3eab6516d04000a8
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-100
Diffstat (limited to 'src/test/resources/http-cache/start_http_cache.sh')
-rwxr-xr-x | src/test/resources/http-cache/start_http_cache.sh | 4 |
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 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 |