diff options
author | ehautot <eh552t@intl.att.com> | 2018-03-28 13:22:35 +0200 |
---|---|---|
committer | ehautot <eh552t@intl.att.com> | 2018-03-28 13:58:18 +0200 |
commit | bfbbd8cfae5b44374372189c95df179bffc2118f (patch) | |
tree | bf66ffb9d1230b24458f6ce24ab0cd43a8bc0365 /src/test/resources/http-cache/start_http_cache.sh | |
parent | c3472b1ec153c564fb99b37eb17c764db0d530fc (diff) |
Add simulator cases for (un)deploy/stop + typo
Change-Id: I0a3b8f1e812f6199c5a7fbbabd88c6c5ec4217cc
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-111
Diffstat (limited to 'src/test/resources/http-cache/start_http_cache.sh')
-rwxr-xr-x | src/test/resources/http-cache/start_http_cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/http-cache/start_http_cache.sh b/src/test/resources/http-cache/start_http_cache.sh index fe9e9911f..47c3cc87b 100755 --- a/src/test/resources/http-cache/start_http_cache.sh +++ b/src/test/resources/http-cache/start_http_cache.sh @@ -34,4 +34,4 @@ fi echo 'Installing requests packages for Python' pip install requests echo 'Executing the Http proxy in Cache mode only' -python third_party_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 --proxyaddress localhost:8085 |