diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-15 16:24:09 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-15 16:24:09 +0100 |
commit | 6347e3fd0c2285d65992c03a3ae536957bfb46c8 (patch) | |
tree | c45cd6d6e392aebc1a310b8648778fcd11fc4807 /src/test/resources/http-cache/start_http_cache.sh | |
parent | 57867d108c2f4db22379f5148c9dbab85a29662f (diff) |
Revert back wrong code
Revert back policyClient client and port used by sdc cache
Issue-ID: CLAMP-85
Change-Id: Ifd59e8530dea6032449d4c868286533cbcac8739
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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 f318256aa..36829dde6 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 sdc_proxy.py --port 2080 --root /usr/src/http-cache-app/data-cache +python sdc_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache |